From 34f29d786640b297466be0d150316c098c5d40dc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Jun 2010 13:16:20 +0400 Subject: config: remove ALLOW_SELECT_UPDATE_METHOD --- modules/pref-feeds.php | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 5920348d4..101729cbc 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -304,12 +304,10 @@ /* Update method */ - if (ALLOW_SELECT_UPDATE_METHOD) { - $update_method = db_fetch_result($result, 0, "update_method"); + $update_method = db_fetch_result($result, 0, "update_method"); - print " " . __('using') . " "; - print_select_hash("update_method", $update_method, $update_methods); - } + print " " . __('using') . " "; + print_select_hash("update_method", $update_method, $update_methods); $purge_interval = db_fetch_result($result, 0, "purge_interval"); @@ -533,12 +531,10 @@ /* Update method */ - if (ALLOW_SELECT_UPDATE_METHOD) { - print " " . __('using') . " "; - print_select_hash("update_method", $update_method, $update_methods, - "disabled"); - batch_edit_cbox("update_method"); - } + print " " . __('using') . " "; + print_select_hash("update_method", $update_method, $update_methods, + "disabled"); + batch_edit_cbox("update_method"); /* Purge intl */ -- cgit v1.2.3