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

diff --git a/Tv.php b/Tv.php
index f6170fa..8650f2f 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -225,6 +225,7 @@ class XML_Tv
         
         if (preg_match('/<div/', trim($data))) {
             preg_match('/<BR>([0-9]{4}-[0-9]{2}-[0-9]{2})/i', $data, $matches);
+            print_R($data);
              return $matches[1];
             
         }