Diff
Not logged in

Differences From:

File src/tkt.c part of check-in [ed5179db1f] - Enable the "Edit" submenu link on the Ticket View page when the user has ticket append privilege. Fix for part of ticket 7b9be0b127. by drh on 2008-11-15 21:17:31. [view]

To:

File src/tkt.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]

@@ -637,9 +637,9 @@
                  "ORDER BY mtime DESC",
                  timeline_query_for_www(), tagid);
   db_prepare(&q, zSQL);
   free(zSQL);
-  www_print_timeline(&q);
+  www_print_timeline(&q, TIMELINE_ARTID, 0);
   db_finalize(&q);
   style_footer();
 }