Debug-level error reporting
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jan 2006 17:41:58 +0000 (17:41 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Jan 2006 17:41:58 +0000 (17:41 +0000)
includes/init.php

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