summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-20 13:20:20 +0300
committerAndrew Dolgov <[email protected]>2010-01-20 13:20:20 +0300
commit505f2f0e6cd16c885096c6f02273016fb9ab3c52 (patch)
treef6896d41b0ff9b82cffd5b5ac7bc9bb78bee2622 /backend.php
parent2bef21a79ff255b2c4bb01f7d41ab4546cf1402a (diff)
pref-prefs: show default update interval as a dropdown
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 7757931f3..b9b60a542 100644
--- a/backend.php
+++ b/backend.php
@@ -123,6 +123,16 @@
1440 => __("Daily"),
10080 => __("Weekly"));
+ $update_intervals_nodefault = array(
+ -1 => __("Disable updates"),
+ 15 => __("Each 15 minutes"),
+ 30 => __("Each 30 minutes"),
+ 60 => __("Hourly"),
+ 240 => __("Each 4 hours"),
+ 720 => __("Each 12 hours"),
+ 1440 => __("Daily"),
+ 10080 => __("Weekly"));
+
$update_methods = array(
0 => __("Default"),
1 => __("Magpie"),