From 3162247d90ef4e066bc975ce7acdb22d716de82d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 19 Jun 2013 07:06:33 +0000 Subject: [PATCH] suppress strict warnings from old SyncML code --- rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc.php b/rpc.php index 60313008df..22ad685f78 100644 --- a/rpc.php +++ b/rpc.php @@ -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/');