From: Andrew Dolgov Date: Sun, 18 Jan 2009 09:46:16 +0000 (+0100) Subject: getLabelCounters: psql fix X-Git-Tag: 1.3.0~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d8f9cd6d5b24227291825cdff8981cd15393ac56;p=tt-rss.git getLabelCounters: psql fix --- diff --git a/functions.php b/functions.php index f18bdbce..cae25525 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)) {