Turn off E_ALL.. what a pain it is
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jan 2006 18:19:52 +0000 (18:19 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jan 2006 18:19:52 +0000 (18:19 +0000)
includes/init.php

index d0d819a85b1656b855dbaa56627853b9e8df301c..c618f45ed2cee06b0dd3542a28c839b521fa1c4e 100644 (file)
@@ -19,8 +19,8 @@
 || ###################################################################
 \*=====================================================================*/
 
-error_reporting(E_ALL);
-//error_reporting(E_ALL & ~E_NOTICE);
+error_reporting(E_ALL & ~E_NOTICE);
+//error_reporting(E_ALL);
 
 define('ISSO_MT_START', microtime());