[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.26
From: |
nomail |
Subject: |
[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.26 |
Date: |
Tue, 15 Jun 2004 00:30:20 +0200 |
Update of /sync/inc
Modified Files:
Branch:
class.ipc_sync.inc.php
date: 2004/06/14 22:30:20; author: mleonhardt; state: Exp; lines: +2 -13
Log Message:
- bugfixing readClientMappings for Delete
=====================================================================
Index: sync/inc/class.ipc_sync.inc.php
diff -u sync/inc/class.ipc_sync.inc.php:1.25
sync/inc/class.ipc_sync.inc.php:1.26
--- sync/inc/class.ipc_sync.inc.php:1.25 Wed Jun 9 22:34:01 2004
+++ sync/inc/class.ipc_sync.inc.php Mon Jun 14 22:30:20 2004
@@ -444,18 +444,7 @@
if ($this->debug)
error_log("readClientMapping: $deviceid, $source");
- // get all Ids for this module
- $LUIDs = $this->bo->GetIDList($deviceid, $source, 1);
-
- $result = array();
- foreach($LUIDs as $LUID) {
- // fake a mapping with GUID = LUID because we want to
- // handle mapping in phpgw syncmodule for ourselves
- $result[] = array((string) $LUID, (string) $LUID);
- }
-
- //TODO associative array of numbers?
- return $result;
+ return $this->bo->readClientMappings($deviceid, $source);
}
/**
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.26,
nomail <=