1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 09:21:28 +00:00

config: remove ALLOW_SELECT_UPDATE_METHOD

This commit is contained in:
Andrew Dolgov
2010-06-30 13:16:20 +04:00
parent 51d2d404b8
commit 34f29d7866
2 changed files with 7 additions and 15 deletions

View File

@@ -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 */