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


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.52
Date: Tue, 22 Jun 2004 11:35:41 +0200

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

date: 2004/06/22 09:35:41;  author: mkaemmerer;  state: Exp;  lines: +3 -4

Log Message:
- removed return in setsyncitem
=====================================================================
Index: sync/inc/class.bo_sync.inc.php
diff -u sync/inc/class.bo_sync.inc.php:1.51 sync/inc/class.bo_sync.inc.php:1.52
--- sync/inc/class.bo_sync.inc.php:1.51 Tue Jun 22 09:34:14 2004
+++ sync/inc/class.bo_sync.inc.php      Tue Jun 22 09:35:41 2004
@@ -288,10 +288,9 @@
       } 
       else 
       {
-       error_log("error getting mimetype and version while setting data to 
source $source");
-       return false;
+        error_log("error getting mimetype and version while setting data to 
source $source, using $mimetype");
       }
-
+      
       // get the mapped GUID
       $GUID = $this->so->getGUIDExt($deviceid, $source, $LUID);
       if ($GUID == -1)




reply via email to

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