diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-18 10:46:16 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-18 10:46:16 +0100 |
| commit | d8f9cd6d5b24227291825cdff8981cd15393ac56 (patch) | |
| tree | 9f82ef09512e07b885a75e7286b6bf6c13bfaba8 | |
| parent | 2923a53671e1eb438fd1301cb0a0154d113467a9 (diff) | |
getLabelCounters: psql fix
| -rw-r--r-- | functions.php | 2 |
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)) { |