Revision
119
Author
leonpegg
Date
2007-01-12 05:07:14 -0800 (Fri, 12 Jan 2007)

Log Message

               

Modified Paths

Diff

Modified: trunk/run.php (118 => 119)


--- trunk/run.php	2007-01-12 12:30:13 UTC (rev 118)
+++ trunk/run.php	2007-01-12 13:07:14 UTC (rev 119)
@@ -27,7 +27,7 @@
  * @filesource
  */
 
-error_reporting(E_ALL|E_STRICT);
+error_reporting(E_ALL);
 
 include (dirname(__FILE__) . '/lib/cc.class.php');