diff --git a/phpgwapi/inc/functions.inc.php b/phpgwapi/inc/functions.inc.php index ed2d3d3928..b61425df0a 100644 --- a/phpgwapi/inc/functions.inc.php +++ b/phpgwapi/inc/functions.inc.php @@ -391,7 +391,7 @@ } } - error_reporting(7); + error_reporting(E_ERROR | E_WARNING | E_PARSE); /************************************************************************\ * This function will return a properly formatted account_id. *