mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 09:11:30 +00:00
label counters: another psql fix
This commit is contained in:
@@ -2658,7 +2658,7 @@
|
|||||||
unread = true AND
|
unread = true AND
|
||||||
ttrss_user_entries.owner_uid = '$owner_uid')
|
ttrss_user_entries.owner_uid = '$owner_uid')
|
||||||
WHERE ttrss_labels2.owner_uid = '$owner_uid'
|
WHERE ttrss_labels2.owner_uid = '$owner_uid'
|
||||||
GROUP BY id");
|
GROUP BY id, caption");
|
||||||
|
|
||||||
while ($line = db_fetch_assoc($result)) {
|
while ($line = db_fetch_assoc($result)) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user