mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
New content_history approach for synchronization with all datastores
This commit is contained in:
parent
7727759510
commit
7c038d6a85
@ -89,7 +89,7 @@ class EGW_SyncML_State extends Horde_SyncML_State
|
|||||||
$userItems = array();
|
$userItems = array();
|
||||||
foreach($readableItems as $guid)
|
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
|
// We use only the real items' ids
|
||||||
$userItems[] = $matches[1];
|
$userItems[] = $matches[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user