add update method names array

This commit is contained in:
Andrew Dolgov 2008-01-25 17:42:09 +01:00
parent 5b8534ef6c
commit 0dd9c0cf0b
1 changed files with 5 additions and 1 deletions

View File

@ -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"));