diff options
Diffstat (limited to 'lib/program.php')
-rw-r--r-- | lib/program.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/program.php b/lib/program.php index b599f9c..cc8025d 100644 --- a/lib/program.php +++ b/lib/program.php @@ -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, ); } |