From: Andrew Dolgov Date: Fri, 25 Jan 2008 16:42:09 +0000 (+0100) Subject: add update method names array X-Git-Tag: 1.2.20~55 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=0dd9c0cf0be7a896188e216c38ed67a1898218b9;p=tt-rss.git add update method names array --- diff --git a/backend.php b/backend.php index ea96a0e4..8af861fd 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"));