add update method names array
This commit is contained in:
parent
5b8534ef6c
commit
0dd9c0cf0b
|
@ -119,7 +119,11 @@
|
|||
1440 => __("Daily"),
|
||||
10080 => __("Weekly"));
|
||||
|
||||
|
||||
$update_method = array(
|
||||
0 => __("Use default"),
|
||||
1 => __("Magpie"),
|
||||
2 => __("SimplePie"));
|
||||
|
||||
$access_level_names = array(
|
||||
0 => __("User"),
|
||||
10 => __("Administrator"));
|
||||
|
|
Loading…
Reference in New Issue