fix daychange end calculation w/ new timestamp format

This commit is contained in:
MaZderMind 2014-11-10 00:43:39 +01:00
parent 7007ae6f78
commit 64031cbcb8

View file

@ -122,7 +122,7 @@ function program()
'title' => 'Daychange from Day '.$dayidx.' to '.($dayidx+1),
'start' => $dayend,
'end' => strtotime((string)$schedule->day[$dayidx]['start']),
'end' => (int)$schedule->day[$dayidx]['start'],
'duration' => 60*60,
);
}