From c771953ddfb1450989d7405d38aff81129c0182a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 16:40:44 +0100 Subject: misc code cleanup --- modules/pref-filters.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'modules/pref-filters.php') diff --git a/modules/pref-filters.php b/modules/pref-filters.php index 4fb59d4ae..b7f29705e 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -27,8 +27,6 @@ print ""; print ""; print ""; - -// print "
Note: filter will only apply to new articles.
"; $result = db_query($link, "SELECT id,description FROM ttrss_filter_types ORDER BY description"); @@ -374,7 +372,6 @@ $onclick = "onclick='editFilter($filter_id)' title='".__('Click to edit')."'"; print "" . $line["reg_exp"] . ""; - print "" . $line["feed_title"] . ""; $inverse_label = ""; @@ -383,11 +380,7 @@ $inverse_label = " ".__('(Inverse)').""; } - print "" . $line["filter_type_descr"] . "$inverse_label"; - -/* print "" . - $line["action_description"].""; */ - + print "" . $line["filter_type_descr"] . "$inverse_label"; print "" . $line["action_param"] . ""; print ""; -- cgit v1.2.3