Differences From:
File
src/tagview.c
part of check-in
[bf7ca1a4d8]
- Change the page header from Baseline to Check-in on the "vinfo" page.
Fix a bug introduced into tagview
(ticket 309c57b3d27219fa6ad601c0021dc067a7cb992d).
by
drh on
2009-01-20 23:47:47.
[view]
To:
File
src/tagview.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]
@@ -184,9 +184,9 @@
timeline_query_for_www(), tagid
);
db_prepare(&q, zSql);
free(zSql);
- www_print_timeline(&q);
+ www_print_timeline(&q, 0, 0);
db_finalize(&q);
}
/*