Revision
118
Author
leonpegg
Date
2007-01-12 04:30:13 -0800 (Fri, 12 Jan 2007)

Log Message

added error reporting

Modified Paths

Diff

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


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