]> git.wh0rd.org - tt-rss.git/commitdiff
add update method names array
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Jan 2008 16:42:09 +0000 (17:42 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 25 Jan 2008 16:42:09 +0000 (17:42 +0100)
backend.php

index ea96a0e41207ce55f326e5398f643006ecc4c02e..8af861fdc15096070d686e6881821a31fc7ef81a 100644 (file)
                1440 => __("Daily"),
                10080 => __("Weekly"));
 
-
+       $update_method = array(
+               0   => __("Use default"),
+               1   => __("Magpie"),
+               2   => __("SimplePie"));
+               
        $access_level_names = array(
                0 => __("User"), 
                10 => __("Administrator"));