possible fix for community bug #3277: syncml wont work since svn trunk update from 2014-04-02

This commit is contained in:
Ralf Becker 2014-05-12 09:40:55 +00:00
parent 13ea6533ee
commit e4424718a7

View File

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