phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.47


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.47
Date: Sat, 19 Jun 2004 18:49:09 +0200

Update of /sync/inc
Modified Files:
        Branch: 
          class.bo_sync.inc.php

date: 2004/06/19 16:49:09;  author: mkaemmerer;  state: Exp;  lines: +11 -4

Log Message:
- fixed documentation
=====================================================================
Index: sync/inc/class.bo_sync.inc.php
diff -u sync/inc/class.bo_sync.inc.php:1.46 sync/inc/class.bo_sync.inc.php:1.47
--- sync/inc/class.bo_sync.inc.php:1.46 Thu Jun 17 16:00:26 2004
+++ sync/inc/class.bo_sync.inc.php      Sat Jun 19 16:49:09 2004
@@ -532,11 +532,18 @@
       return true;
     }
 
-   /**
-    * Todo: Docu
+  /**
+    *
+    * read client mappings from phpGW
+    *
+    * @param integer $deviceid is the deviceid of the device which whant to 
+    *        do the sync
+    * @param string $source Source-URI of the source to sync
+    * @return array List of all LUIDs 
     */
     
-    function readClientMappings($deviceid, $source) {
+    function readClientMappings($deviceid, $source) 
+    {
       $channelid = $this->so->GetChannelIDfromSourceAndDeviceID($deviceid, 
$source);
       $LUIDs = $this->so->GetAllLUIDs($channelid);
 //      $result = array();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]