add 15 minute feed update interval

This commit is contained in:
Andrew Dolgov 2007-06-01 01:55:53 +01:00
parent 8cb4f76299
commit 1e7cbe16f3
1 changed files with 1 additions and 0 deletions

View File

@ -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"),