Improve SyncML session handling

This commit is contained in:
Jörg Lehrke 2010-01-13 09:05:27 +00:00
parent 59affe07ce
commit 16c190cfe2

View File

@ -13,7 +13,7 @@
* @author Joerg Lehrke <jlehrke@noc.de> * @author Joerg Lehrke <jlehrke@noc.de>
* @version $Id$ * @version $Id$
*/ */
require_once(EGW_API_INC.'/common_functions.inc.php'); require_once(EGW_API_INC.'/class.egw_db.inc.php');
include_once dirname(__FILE__).'/State.php'; include_once dirname(__FILE__).'/State.php';
/** /**