fix SyncML error reported on list

This commit is contained in:
Ralf Becker 2014-08-22 06:58:51 +00:00
parent 2ee25bc790
commit 911a44596a

View File

@ -14,6 +14,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
@define('HORDE_BASE', EGW_API_INC . '/horde/');
require_once HORDE_BASE . '/lib/core.php';
require_once HORDE_BASE . '/Horde/RPC.php';
set_include_path(HORDE_BASE.PATH_SEPARATOR.get_include_path());
//require_once EGW_API_INC . '/common_functions.inc.php';
$GLOBALS['egw_info'] = array(