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

diff --git a/Tv.php b/Tv.php
index eb9b605..d358536 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -247,7 +247,7 @@ class XML_Tv
         array_shift($rows);
         
         
-        $day = false;
+        //$day = false;
         foreach($rows as $r) {
             print_r($r);
             $cols = preg_split('/<td[^>]*>/i', $r);