|
From: FlorinCB <ory...@us...> - 2008-09-17 04:20:04
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14691 Modified Files: common.php Log Message: well this make troble on php6 if it's not there untill phpBB2:: thing is removed Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** common.php 17 Sep 2008 05:42:59 -0000 1.103 --- common.php 17 Sep 2008 11:19:53 -0000 1.104 *************** *** 34,38 **** //error_reporting(E_ALL & ~E_NOTICE); @ini_set( 'display_errors', '1' ); ! //error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output --- 34,38 ---- //error_reporting(E_ALL & ~E_NOTICE); @ini_set( 'display_errors', '1' ); ! error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables include($mx_root_path . 'modules/mx_shared/ErrorHandler/prepend.' . $phpEx); // For nice error output |