diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-18 10:19:36 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-18 10:19:36 +0100 |
| commit | 7f0ceeb0e0071c49835e32912db24c916530dfd4 (patch) | |
| tree | 389f25c0861fff286726d07047393965c1960f0e /functions.php | |
| parent | 0112162d1a14aac7d9f2de09a1a528946cd73eb4 (diff) | |
label counters: another psql fix
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
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)) { |