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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user