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

diff --git a/Tv.php b/Tv.php
index dc32f7a..00116f8 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");
             $rdata['hour'] = trim(array_shift(explode('<', $c)));  
             $c =  $cols[3];