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

diff --git a/Tv.php b/Tv.php
index a9501c8..99e28fb 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -438,6 +438,10 @@ class XML_Tv
                     $description =   iconv($this->channels[$chan]['encoding'], 'UTF-8',$item['description'] . 
                                 (isset($item['description2']) ? ('   ' . $item['description2']) : '')); 
                    
+                   
+                    $this->debug(date("Y-m-d H:i - "). $description); 
+                   
+                   
                     $pg = $doc->createElement('programme');
                     
                     $pg->setAttribute('channel', $chan);