Tv.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 30 Aug 2011 13:31:27 +0000 (21:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 30 Aug 2011 13:31:27 +0000 (21:31 +0800)
Tv.php

diff --git a/Tv.php b/Tv.php
index 8f3b6fb..76c3678 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -128,7 +128,7 @@ class XML_Tv
                      $use_cols =0;
                     continue;
                 }
-                $this->schedule[$chid][strtotime($start) + (($i *  $use_cols ) * 24 * 60 * 60 )]  =
+                $this->schedule[$chid][strtotime($start) + (($i *  $use_cols ) * 24 * 60 * 60 )]  = $res;
             }
             return;