Differences From Artifact [565eefa2cf]:
- File src/tagview.c — part of check-in [bf7ca1a4d8] at 2009-01-20 23:47:47 on branch trunk — Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket [309c57b3d27219fa6ad601c0021dc067a7cb992d]). (user: drh size: 7764)
To Artifact [0e640840d1]:
- File src/tagview.c — part of check-in [580d6ad8c7] at 2009-01-21 01:23:40 on branch trunk — Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. (user: drh size: 7770)
| ︙ | |||
181 182 183 184 185 186 187 | 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | - + |
" AND tagxref.tagtype > 0"
" AND tagxref.tagid = %d)"
" ORDER BY 3 desc",
timeline_query_for_www(), tagid
);
db_prepare(&q, zSql);
free(zSql);
|
| ︙ |