From f71b6a8f54fcf580d2e3c3c15a64507680b9a42f Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 21 Apr 2001 17:45:48 +0000 Subject: [PATCH] Fix for bug #417328 --- phpgwapi/inc/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *