1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 18:11:29 +00:00

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

View File

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