From: Andrew Dolgov Date: Tue, 20 Jan 2009 04:13:55 +0000 (+0100) Subject: drop updated articles from adaptive view X-Git-Tag: 1.3.0~45 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ff863e0002077a4b42750b35ecfa0bf64f7e7629;p=tt-rss.git drop updated articles from adaptive view --- diff --git a/functions.php b/functions.php index 5e033005..fcefc90f 100644 --- a/functions.php +++ b/functions.php @@ -3131,7 +3131,7 @@ } else if ($feed != -1) { $unread = getFeedUnread($link, $feed, $cat_view); if ($unread > 0) { - $view_query_part = " (unread = true OR (last_read is null and unread = false)) AND "; + $view_query_part = " unread = true AND "; } } }