summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-16 17:47:22 +0100
committerAndrew Dolgov <[email protected]>2009-01-16 17:47:22 +0100
commit74dc6d85c8b35e5ac13164e5132461a31839596a (patch)
treee707129aa5fe26b1bd31181551874d5f3ab7bd8b /functions.php
parent55e01d7e0fa90fa3bad569169ca182195a8f1f82 (diff)
getCategoryCounters: remove unneeded group by
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"]);