]> git.wh0rd.org - tt-rss.git/commitdiff
filter testing: exclude archived articles because filtering on them makes no sense
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 29 Aug 2013 05:12:05 +0000 (09:12 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 29 Aug 2013 05:12:05 +0000 (09:12 +0400)
include/functions.php

index f447d06f53a037759699dff53afe7eae7be70cd9..9389e99f0a0f53f45e1fa8c194a46e86d9caf3e8 100644 (file)
                                        $qpart .= " AND $cat_qpart";
                                }
 
+                               $qpart .= " AND feed_id IS NOT NULL";
+
                                array_push($query, "($qpart)");
 
                        }