diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-03 12:47:25 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-03 12:47:25 -0400 |
commit | d68ac2e1d3319193c8ee01db4c2adf846fe4accf (patch) | |
tree | 3651b67fff460c853c6f245ee827352273b3f6c3 /actions/sup.php | |
parent | bd120bc3153e3502790ec976769febd41f790568 (diff) | |
parent | 26194cd1d6dbd7ceb021b8e215e7a7ad7b29116f (diff) |
Merge branch '0.7.x' into 0.8.x
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) { |