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

fix testing of author filter type

This commit is contained in:
Andrew Dolgov
2012-10-19 12:53:24 +04:00
parent 2d6a64af16
commit c719943aa9

View File

@@ -17,7 +17,6 @@ class Pref_Filters extends Handler_Protected {
$filter["rules"] = array();
$result = db_query($this->link, "SELECT id,name FROM ttrss_filter_types");
$type_name = db_fetch_result($result, 0, "name");
$filter_types = array();
while ($line = db_fetch_assoc($result)) {