mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
disable PHP 5.4 E_STRICT warnings in setup, as already done inside EGroupware
This commit is contained in:
parent
170d120dd2
commit
86a8ce1839
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user