diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-01 18:29:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-01 18:29:10 -0400 |
commit | e28c4689cee5a832c281b0329c9d279e4bbd9d33 (patch) | |
tree | 5acef06e241defce8ec94a279d2cd9c4ad5420a5 /actions/sup.php | |
parent | c172cbafaa9ba17ff8ca5c6dd07741bd0de96871 (diff) |
add sup with arguments
Diffstat (limited to 'actions/sup.php')
-rw-r--r-- | actions/sup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/sup.php b/actions/sup.php index 8ef9207fa..246b3299d 100644 --- a/actions/sup.php +++ b/actions/sup.php @@ -45,7 +45,7 @@ class SupAction extends Action function availablePeriods() { static $periods = array(86400, 43200, 21600, 7200, - 3600, 1800, 600, 300, 120, + 3600, 1800, 600, 300, 120, 60, 30, 15); $available = array(); foreach ($periods as $period) { |