Index: trunk/kernel/startup.php =================================================================== diff -u -r199 -r259 --- trunk/kernel/startup.php (.../startup.php) (revision 199) +++ trunk/kernel/startup.php (.../startup.php) (revision 259) @@ -3,13 +3,7 @@ startup.php: this is the primary startup sequence for in-portal services */ if( file_exists($pathtoroot.'debug.php') && !defined('DEBUG_MODE') ) include_once($pathtoroot.'debug.php'); -if( defined('DEBUG_MODE') ) -{ - error_reporting(E_ALL & E_NOTICE); - ini_set('display_errors', 1); -} -else - error_reporting(0); +if( !defined('DEBUG_MODE') ) error_reporting(0); ini_set('memory_limit', '16M');