suppress strict warnings from old SyncML code

This commit is contained in:
Ralf Becker 2013-06-19 08:57:04 +00:00
parent 653f618878
commit a439702f4e

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/');