summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-25 17:42:09 +0100
committerAndrew Dolgov <[email protected]>2008-01-25 17:42:09 +0100
commit0dd9c0cf0be7a896188e216c38ed67a1898218b9 (patch)
tree356fe4760e8ec9987090c25f606bce07dadffe6b /backend.php
parent5b8534ef6c2653f369b8e6aa993af83084d08585 (diff)
add update method names array
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index ea96a0e41..8af861fdc 100644
--- a/backend.php
+++ b/backend.php
@@ -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"));