1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

drop updated articles from adaptive view

This commit is contained in:
Andrew Dolgov
2009-01-20 05:13:55 +01:00
parent 3485099c8e
commit ff863e0002
+1 -1
View File
@@ -3131,7 +3131,7 @@
} else if ($feed != -1) { } else if ($feed != -1) {
$unread = getFeedUnread($link, $feed, $cat_view); $unread = getFeedUnread($link, $feed, $cat_view);
if ($unread > 0) { if ($unread > 0) {
$view_query_part = " (unread = true OR (last_read is null and unread = false)) AND "; $view_query_part = " unread = true AND ";
} }
} }
} }