summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-06-01 01:55:53 +0100
committerAndrew Dolgov <[email protected]>2007-06-01 01:55:53 +0100
commit1e7cbe16f3bd22b204e6213c3ad19035651229da (patch)
tree6e8bb787a4dfc99d52ea04ba56ecf998e1af4509 /backend.php
parent8cb4f762994b1b22b2c51315018dfc0984400ba4 (diff)
add 15 minute feed update interval
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 189e89e31..35be82ccc 100644
--- a/backend.php
+++ b/backend.php
@@ -102,6 +102,7 @@
$update_intervals = array(
0 => __("Use default"),
-1 => __("Disable updates"),
+ 15 => __("Each 15 minutes"),
30 => __("Each 30 minutes"),
60 => __("Hourly"),
240 => __("Each 4 hours"),