]> git.wh0rd.org - tt-rss.git/commitdiff
drop updated articles from adaptive view
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 04:13:55 +0000 (05:13 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 20 Jan 2009 04:13:55 +0000 (05:13 +0100)
functions.php

index 5e033005beaf3e3ecd6919a2b452ed8824be1c19..fcefc90f9f76e01fcc92b8c6d68d88b65e509285 100644 (file)
                                } 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 ";
                                        }
                                }
                        }