Differences From:
File
src/wiki.c
part of check-in
[b12a031557]
- Omit the hyperlinks to the wiki edit for the Sandbox if editing is not
allowed.
by
drh on
2008-12-26 17:41:09.
[view]
To:
File
src/wiki.c
part of check-in
[580d6ad8c7]
- Suppress the display of the artificate ID on the timeline which showing
changes to wiki or tickets.
by
drh on
2009-01-21 01:23:40.
[view]
@@ -485,9 +485,9 @@
"ORDER BY mtime DESC",
timeline_query_for_www(), zPageName);
db_prepare(&q, zSQL);
free(zSQL);
- www_print_timeline(&q);
+ www_print_timeline(&q, TIMELINE_ARTID, 0);
db_finalize(&q);
style_footer();
}