category counters: remove nonexistant category -3

This commit is contained in:
Andrew Dolgov 2009-01-16 17:42:32 +01:00
parent d232a40f8b
commit 08850c8eab
1 changed files with 0 additions and 4 deletions

View File

@ -2328,10 +2328,6 @@
print "<counter type=\"category\" id=\"-2\" counter=\"$ctr\"/>"; print "<counter type=\"category\" id=\"-2\" counter=\"$ctr\"/>";
$ctr = getCategoryUnread($link, -3);
print "<counter type=\"category\" id=\"-3\" counter=\"$ctr\"/>";
$age_qpart = getMaxAgeSubquery(); $age_qpart = getMaxAgeSubquery();
$result = db_query($link, "SELECT cat_id, value AS unread $result = db_query($link, "SELECT cat_id, value AS unread