mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 11:38:54 +01:00
fix SyncML error reported on list
This commit is contained in:
parent
2ee25bc790
commit
911a44596a
1
rpc.php
1
rpc.php
@ -14,6 +14,7 @@ error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
|
|||||||
@define('HORDE_BASE', EGW_API_INC . '/horde/');
|
@define('HORDE_BASE', EGW_API_INC . '/horde/');
|
||||||
require_once HORDE_BASE . '/lib/core.php';
|
require_once HORDE_BASE . '/lib/core.php';
|
||||||
require_once HORDE_BASE . '/Horde/RPC.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';
|
//require_once EGW_API_INC . '/common_functions.inc.php';
|
||||||
|
|
||||||
$GLOBALS['egw_info'] = array(
|
$GLOBALS['egw_info'] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user