summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index a6c83b01f..c84a7a7bf 100644
--- a/functions.php
+++ b/functions.php
@@ -2335,7 +2335,7 @@
WHERE
ttrss_cat_counters_cache.feed_id = cat_id AND
hidden = false AND
- ttrss_feeds.owner_uid = ".$_SESSION["uid"]." GROUP BY cat_id");
+ ttrss_feeds.owner_uid = ".$_SESSION["uid"]);
while ($line = db_fetch_assoc($result)) {
$line["cat_id"] = sprintf("%d", $line["cat_id"]);