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

diff --git a/Tv.php b/Tv.php
index 8a5fa39..8538aa8 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -133,7 +133,7 @@ class XML_Tv
                 }
                 $day_id = strtotime($start) + (($i *  $use_cols ) * 24 * 60 * 60 );
                 
-                print_r($res);
+                //print_r($res);
                 
                 if (empty($this->schedule[$chid][$day_id])) {
                     $this->schedule[$chid][$day_id] = array();