summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 10:46:16 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 10:46:16 +0100
commitd8f9cd6d5b24227291825cdff8981cd15393ac56 (patch)
tree9f82ef09512e07b885a75e7286b6bf6c13bfaba8 /functions.php
parent2923a53671e1eb438fd1301cb0a0154d113467a9 (diff)
getLabelCounters: 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 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)) {