Index: trunk/admin/install.php =================================================================== diff -u -r257 -r259 --- trunk/admin/install.php (.../install.php) (revision 257) +++ trunk/admin/install.php (.../install.php) (revision 259) @@ -71,13 +71,7 @@ } 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); $path_char = GetPathChar(); //phpinfo(INFO_VARIABLES);