summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-16 17:42:32 +0100
committerAndrew Dolgov <[email protected]>2009-01-16 17:42:32 +0100
commit08850c8eab98af9de099e28a81d25799cb40e44c (patch)
tree52567cce08c59d4d9e9fe57715ccf78a0b614214 /functions.php
parentd232a40f8b966aab1d4cfa57461b60844d535196 (diff)
category counters: remove nonexistant category -3
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/functions.php b/functions.php
index a3fc5d5c9..17102517d 100644
--- a/functions.php
+++ b/functions.php
@@ -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