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

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