summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 10:19:36 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 10:19:36 +0100
commit7f0ceeb0e0071c49835e32912db24c916530dfd4 (patch)
tree389f25c0861fff286726d07047393965c1960f0e /functions.php
parent0112162d1a14aac7d9f2de09a1a528946cd73eb4 (diff)
label counters: another psql fix
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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)) {