@@ -265,8 +265,7 @@ |
||
265 | 265 | // Not a real hour - leave as is and move on |
266 | 266 | $counter = 0; |
267 | 267 | $start_minute = 0; |
268 | - } |
|
269 | - elseif ($counter == 60 && $start_minute == 0) { |
|
268 | + } elseif ($counter == 60 && $start_minute == 0) { |
|
270 | 269 | // Did a real whole hour so initialize the hour |
271 | 270 | $itemized[EventItemizer::BAT_HOUR][$minute->format('Y')][$minute->format('n')]['d' . $minute->format('j')]['h' . $minute->format('G')] = $this->event->getValue(); |
272 | 271 | // We have a whole hour so get rid of the minute info |