Turn off E_ANNOYING.. er E_NOTICE
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 28 Aug 2005 05:35:29 +0000 (05:35 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 28 Aug 2005 05:35:29 +0000 (05:35 +0000)
includes/init.php

index 285665510e9e090e4182213d90784f6099b60aec..79aa90f45f4cfc7628b4fd62239a0c07f68088b9 100644 (file)
@@ -10,7 +10,8 @@
 || ################################################################### ||
 \*=====================================================================*/
 
-error_reporting(E_ALL);
+//error_reporting(E_ALL);
+error_reporting(E_ALL & ~E_NOTICE);
 
 define('ISSO_MT_START', microtime());