Tv.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 11:36:54 +0000 (19:36 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 11:36:54 +0000 (19:36 +0800)
Tv.php

diff --git a/Tv.php b/Tv.php
index 82e2d91..017d0c0 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -431,7 +431,7 @@ class XML_Tv
                             date('d', $day),
                             date('Y', $day)
                             );
-                    if ($start < strtotime(date("Y-m-d 0:0:0", strtotime('NOW - 1 DAY')))) {
+                    if ($start < strtotime(date("Y-m-d 00:00:00", strtotime('NOW - 1 DAY')))) {
                         continue;
                     }
                     $item['hoffset'] = $hoffset;