From d29357fa0267fd78794511e234d8278c89a6464e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 7 May 2013 15:18:37 +0400 Subject: [PATCH] fix more hphp detected issues --- classes/pref/feeds.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index da3a9628..7d050f13 100644 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -787,7 +787,7 @@ class Pref_Feeds extends Handler_Protected { print ""; + name=\"title\" value=\"\">"; $this->batch_edit_cbox("title"); @@ -798,7 +798,7 @@ class Pref_Feeds extends Handler_Protected { print __('URL:') . " "; print ""; + name=\"feed_url\" value=\"\">"; $this->batch_edit_cbox("feed_url"); @@ -810,7 +810,7 @@ class Pref_Feeds extends Handler_Protected { print __('Place in category:') . " "; - print_feed_cat_select("cat_id", $cat_id, + print_feed_cat_select("cat_id", false, 'disabled="1" dojoType="dijit.form.Select"'); $this->batch_edit_cbox("cat_id"); @@ -824,7 +824,7 @@ class Pref_Feeds extends Handler_Protected { /* Update Interval */ - print_select_hash("update_interval", $update_interval, $update_intervals, + print_select_hash("update_interval", "", $update_intervals, 'disabled="1" dojoType="dijit.form.Select"'); $this->batch_edit_cbox("update_interval"); @@ -837,7 +837,7 @@ class Pref_Feeds extends Handler_Protected { print __('Article purging:') . " "; - print_select_hash("purge_interval", $purge_interval, $purge_intervals, + print_select_hash("purge_interval", "", $purge_intervals, 'disabled="1" dojoType="dijit.form.Select"'); $this->batch_edit_cbox("purge_interval"); @@ -849,13 +849,13 @@ class Pref_Feeds extends Handler_Protected { print ""; + name=\"auth_login\" value=\"\">"; $this->batch_edit_cbox("auth_login"); print "
"; + value=\"\">"; $this->batch_edit_cbox("auth_pass"); -- 2.39.2