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

diff --git a/Tv.php b/Tv.php
index 682c4e0..92d5ca3 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -229,6 +229,7 @@ class XML_Tv
         if (preg_match('/<div/', trim($lines[1]))) {
             
             preg_match('/<BR>([0-9]{4}-[0-9]{2}-[0-9]{2})/i', $lines[1], $matches);
+            var_dump($matches[1]);
             return $matches[1];
             
         }