Diff
Not logged in

Differences From:

File src/tagview.c part of check-in [b7f32a71ab] - Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. by drh on 2009-01-20 22:21:24. [view]

To:

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]

@@ -178,9 +178,9 @@
   zSql = mprintf("%s AND EXISTS (SELECT 1"
          " FROM tagxref"
          "  WHERE tagxref.rid = event.objid"
          "  AND tagxref.tagtype > 0"
-         "  AND tagxref.tagid = %d"
+         "  AND tagxref.tagid = %d)"
          " ORDER BY 3 desc",
          timeline_query_for_www(), tagid
   );
   db_prepare(&q, zSql);