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.50


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.50
Date: Sun, 20 Jun 2004 23:02:07 +0200

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

date: 2004/06/20 21:02:07;  author: mkaemmerer;  state: Exp;  lines: +3 -2

Log Message:
- resolved all todo points and updated all documentation
=====================================================================
Index: sync/inc/class.bo_sync.inc.php
diff -u sync/inc/class.bo_sync.inc.php:1.49 sync/inc/class.bo_sync.inc.php:1.50
--- sync/inc/class.bo_sync.inc.php:1.49 Sun Jun 20 14:43:15 2004
+++ sync/inc/class.bo_sync.inc.php      Sun Jun 20 21:02:07 2004
@@ -306,7 +306,8 @@
         {
           // set new GUID
           $result = $this->so->addMappingExt($deviceid, $source, $LUID, 
$result);
-          $result == -1 ? return false : return true;
+          $result == -1 ? $result = false : $result = true;
+          return $result; 
         }
       }
       else




reply via email to

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