From 74dc6d85c8b35e5ac13164e5132461a31839596a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 Jan 2009 17:47:22 +0100 Subject: getCategoryCounters: remove unneeded group by --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]); -- cgit v1.2.3