mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:05:56 +00:00
label counters: another psql fix
This commit is contained in:
@@ -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)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user