merged r32188: New content_history approach for synchronization with all datastores

This commit is contained in:
Ralf Becker 2010-09-18 12:42:14 +00:00
parent 51e79b42c9
commit 4755825b39

View File

@ -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];