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

diff --git a/Tv.php b/Tv.php
index ea8cd44..03a03df 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -434,6 +434,9 @@ class XML_Tv
                     if ($start < strtotime('NOW - 1 DAY')) {
                         continue;
                     }
+                    $items['hoffset'] = $hoffset;
+                    $items['hoffset_ar'] = $bits;
+                    
                     $this->debug(print_r($item, true));
                     $start_str = date('YmdHis',$start) . ' ' . $this->config['gmtoffset'];
                     //var_dump($start_str);