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

diff --git a/Tv.php b/Tv.php
index 97cc4d7..8a5fa39 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -138,7 +138,7 @@ class XML_Tv
                 if (empty($this->schedule[$chid][$day_id])) {
                     $this->schedule[$chid][$day_id] = array();
                 }
-                $this->schedule[$chid][$day_id] += $res
+                $this->schedule[$chid][$day_id] = array_merge($this->schedule[$chid][$day_id],  $res)
             }
             return;