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