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


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.ipc_sync.inc.php, 1.25
Date: Thu, 10 Jun 2004 00:34:01 +0200

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

date: 2004/06/09 22:34:01;  author: mkaemmerer;  state: Exp;  lines: +2 -3

Log Message:
- added IdListCache
=====================================================================
Index: sync/inc/class.ipc_sync.inc.php
diff -u sync/inc/class.ipc_sync.inc.php:1.24 
sync/inc/class.ipc_sync.inc.php:1.25
--- sync/inc/class.ipc_sync.inc.php:1.24        Wed Jun  9 20:38:48 2004
+++ sync/inc/class.ipc_sync.inc.php     Wed Jun  9 22:34:01 2004
@@ -92,7 +92,7 @@
       ));
       $GLOBALS['phpgw']->log->commit();
     }
-
+    
     return $this->bo->AuthenticateSyncDevice($deviceid, $username, $password);
   }
   
@@ -508,7 +508,6 @@
     if ($this->debug)
       error_log("setPrefSourceInfo($deviceuri, " . serialize($sourceinfo) . 
")");
     
-    $session_data = 
$GLOBALS['phpgw']->session->appsession('session_data','sync');
     $session_data['sync_currentsourceinfo'] = $sourceinfo;
     $GLOBALS['phpgw']->session->appsession('session_data','sync', 
$session_data);
     




reply via email to

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