From: Andrew Dolgov Date: Sun, 18 Jan 2009 09:19:36 +0000 (+0100) Subject: label counters: another psql fix X-Git-Tag: 1.3.0~103 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7f0ceeb0e0071c49835e32912db24c916530dfd4;p=tt-rss.git label counters: another psql fix --- diff --git a/functions.php b/functions.php index ef7802bf..b7a6d5c4 100644 --- a/functions.php +++ b/functions.php @@ -2658,7 +2658,7 @@ unread = true AND ttrss_user_entries.owner_uid = '$owner_uid') WHERE ttrss_labels2.owner_uid = '$owner_uid' - GROUP BY id"); + GROUP BY id, caption"); while ($line = db_fetch_assoc($result)) {