summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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)) {