From 7c038d6a85f1acc04f1410a6594d432b8e70cd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Sat, 18 Sep 2010 11:20:58 +0000 Subject: [PATCH] New content_history approach for synchronization with all datastores --- phpgwapi/inc/horde/Horde/SyncML/State_egw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php index 5e07a73fdf..545af82f03 100644 --- a/phpgwapi/inc/horde/Horde/SyncML/State_egw.php +++ b/phpgwapi/inc/horde/Horde/SyncML/State_egw.php @@ -89,7 +89,7 @@ class EGW_SyncML_State extends Horde_SyncML_State $userItems = array(); foreach($readableItems as $guid) { - if (preg_match('/'.$_appName.'-(\d+)(:(\d+))?/', $guid, $matches)) + if (preg_match('/.*-(\d+)(:(\d+))?/', $guid, $matches)) { // We use only the real items' ids $userItems[] = $matches[1];