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

diff --git a/Tv.php b/Tv.php
index 0215c4f..fde7025 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -248,7 +248,7 @@ class XML_Tv
             if (!preg_match('/^[0-9]+:[0-9]+/', $c)) {
                 continue;
             }
-            $this->debug("GOT HOUR: $c");
+            //$this->debug("GOT HOUR: $c");
             $rdata['hour'] = trim(array_shift(explode('<', $c)));  
             $c =  $cols[3];