1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

filter testing: exclude archived articles because filtering on them makes no sense

This commit is contained in:
Andrew Dolgov
2013-08-29 09:12:05 +04:00
parent d2d6c8dbb2
commit 5d4d591826

View File

@@ -4058,6 +4058,8 @@
$qpart .= " AND $cat_qpart";
}
$qpart .= " AND feed_id IS NOT NULL";
array_push($query, "($qpart)");
}