suppress strict warnings from old SyncML code

This commit is contained in:
Ralf Becker 2013-06-19 07:06:33 +00:00
parent 9bfdbfccaf
commit 3162247d90

View File

@ -8,7 +8,7 @@
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
*/
error_reporting(E_ALL & ~E_NOTICE);
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
@define('AUTH_HANDLER', true);
@define('EGW_API_INC', dirname(__FILE__) . '/phpgwapi/inc/');
@define('HORDE_BASE', EGW_API_INC . '/horde/');