From 0dd9c0cf0be7a896188e216c38ed67a1898218b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Jan 2008 17:42:09 +0100 Subject: [PATCH] add update method names array --- backend.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"));