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

diff --git a/Tv.php b/Tv.php
index 017d0c0..9758db2 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -444,7 +444,7 @@ 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); 
+                    $this->debug(date("Y-m-d H:i - ", $start). $description); 
                    
                    
                     $pg = $doc->createElement('programme');