From d8f9cd6d5b24227291825cdff8981cd15393ac56 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 10:46:16 +0100 Subject: [PATCH] getLabelCounters: psql fix --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index f18bdbce5..cae25525f 100644 --- a/functions.php +++ b/functions.php @@ -2654,7 +2654,7 @@ WHERE ttrss_feeds.id = feed_id AND hidden = false AND ttrss_labels2.owner_uid = '$owner_uid' - GROUP BY id, caption"); + GROUP BY ttrss_labels2.id, caption"); while ($line = db_fetch_assoc($result)) {