diff --git a/setup/inc/functions.inc.php b/setup/inc/functions.inc.php index 4a4b7bde00..fb584a4499 100644 --- a/setup/inc/functions.inc.php +++ b/setup/inc/functions.inc.php @@ -13,7 +13,7 @@ * @version $Id$ */ -error_reporting(error_reporting() & ~E_NOTICE); +error_reporting(error_reporting() & ~E_NOTICE & ~E_STRICT); // for an old header, we need to setup the reference before including it $GLOBALS['phpgw_info'] =& $GLOBALS['egw_info'];