Tv.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 25 Mar 2012 13:13:28 +0000 (21:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 25 Mar 2012 13:13:28 +0000 (21:13 +0800)
Tv.php

diff --git a/Tv.php b/Tv.php
index 9972622..6fc44c1 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -15,6 +15,10 @@ Quick hack to generate xmltv listings from TVxb style .ini files.
 
 */
 
+error_reporting(E_ALL & ~E_STRICT);
+
+
+
 
 if (!extension_loaded('mbstring')) {
     dl('mbstring.so');