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');