Tv.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 12:28:35 +0000 (20:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 12:28:35 +0000 (20:28 +0800)
Tv.php

diff --git a/Tv.php b/Tv.php
index 27d81cb..3200892 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -262,7 +262,7 @@ class XML_Tv
                 continue;
             }
             //$this->debug("GOT HOUR: $c");
-            $rdata['day'] = $day;
+            //$rdata['day'] =;
             $rdata['hour'] = trim(array_shift(explode('<', $c)));  
             $c =  $cols[3];