From 7f0ceeb0e0071c49835e32912db24c916530dfd4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 10:19:36 +0100 Subject: label counters: another psql fix --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ef7802bf0..b7a6d5c46 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)) { -- cgit v1.2.3