1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 10:59:14 +00:00

show updated articles in adaptive view mode

This commit is contained in:
Andrew Dolgov
2009-01-19 04:55:17 +01:00
parent 8b09eac8ab
commit e5a65533fd

View File

@@ -3131,7 +3131,7 @@
} else if ($feed != -1) {
$unread = getFeedUnread($link, $feed, $cat_view);
if ($unread > 0) {
$view_query_part = " unread = true AND ";
$view_query_part = " (unread = true OR (last_read is null and unread = false)) AND ";
}
}
}