diff options
Diffstat (limited to 'header.inc.php')
| -rw-r--r-- | header.inc.php | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/header.inc.php b/header.inc.php index f26cb68..ccf198b 100644 --- a/header.inc.php +++ b/header.inc.php @@ -13,7 +13,6 @@ if(DEBUG_MODE) {  	ini_set('display_errors', '1');  	ini_set('mysql.trace_mode', '1');  	error_reporting(E_ALL); -	//error_reporting(E_ALL^E_NOTICE);  } else {  	ini_set('display_errors', '0');  	ini_set('mysql.trace_mode', '0'); | 
