diff options
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/status_rrd_graph.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php index 56b7413..c26663d 100755 --- a/usr/local/www/status_rrd_graph.php +++ b/usr/local/www/status_rrd_graph.php @@ -232,7 +232,7 @@ function get_dates($curperiod, $graph) { $starthour = 0; switch($offset) { - case 0; + case 0: $houroffset = $starthour; break; default: @@ -251,7 +251,7 @@ function get_dates($curperiod, $graph) { break; case "week": switch($offset) { - case 0; + case 0: $weekoffset = 0; break; default: |