mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-26 16:51:05 +02:00
label counters: another psql fix
This commit is contained in:
parent
0112162d1a
commit
7f0ceeb0e0
@ -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)) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user