phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.11


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.11
Date: Thu, 20 May 2004 13:27:04 -0000

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

date: 2004/04/06 09:30:55;  author: mkaemmerer;  state: Exp;  lines: +5 -5

Log Message:
- misc bugfixes
=====================================================================
No syntax errors detected in -
=====================================================================
Index: sync/inc/class.ipc_sync.inc.php
diff -u sync/inc/class.ipc_sync.inc.php:1.10 
sync/inc/class.ipc_sync.inc.php:1.11
--- sync/inc/class.ipc_sync.inc.php:1.10        Sun Mar 28 13:03:36 2004
+++ sync/inc/class.ipc_sync.inc.php     Tue Apr  6 09:30:55 2004
@@ -99,11 +99,11 @@
   * @return int channel_id (db-entry-id) >= 0 if is successful 
   */
   
-  function authorize($device_id, $source, $SourceInfo) {
+  function authorize($device_id, $source) {
     if ($this->debug)
-      error_log("authorize source for device: [$device_id] [$source] 
[$SourceInfo]");
+      error_log("authorize source for device: [$device_id] [$source]");
       
-    return (int) $this->bo->AuthenticateSyncSource($device_id, $source, 
$SourceInfo);
+    return (int) $this->bo->AuthenticateSyncSource($device_id, $source);
   }
   
  /**
@@ -149,7 +149,7 @@
   *
   * @param int $device_id is the device_id of the device which whant to 
   *        do the sync
-  * @param string $source Source-URI of the source to sync
+  * @param string $source source URI of the source to sync
   * @param string $LUID - the Items Unique Identifier ID (also called key)
   * @param string $mimetype - holds the mimetype of Itemdata
   * @return array returns an array containing of<br>




reply via email to

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