mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 22:11:27 +00:00
misc bugfixes in op=viewfeed
This commit is contained in:
@@ -531,7 +531,7 @@
|
||||
if ($feed >= 0) {
|
||||
|
||||
$result = db_query($link, "SELECT count(id) as unread FROM ttrss_entries
|
||||
WHERE feed_id = ttrss_feeds.id AND $query_strategy_part
|
||||
WHERE feed_id = '$feed' AND $query_strategy_part
|
||||
AND unread = true");
|
||||
|
||||
$unread = db_fetch_result($result, 0, "unread");
|
||||
|
||||
Reference in New Issue
Block a user