Diff
Not logged in

Differences From:

File src/wiki.c part of check-in [b3ec774ab7] - Fail with an error if a file is outside the checkout tree. by drh on 2008-02-08 16:24:24. [view]

To:

File src/wiki.c part of check-in [82fc5abb60] - Cut over to the new timeline code. Remove the older timeline. by drh on 2008-02-26 17:57:11. Also file src/wiki.c part of check-in [2e84fb3e54] - Merged with 82fc5abb60. by aku on 2008-02-27 04:15:47. [view]

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