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


From: nomail
Subject: [Phpgroupware-cvs] sync/inc/class.bo_sync.inc.php, 1.38
Date: Fri, 14 May 2004 21:00:28 +0200

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

date: 2004/05/14 19:00:28;  author: mkaemmerer;  state: Exp;  lines: +2 -2

Log Message:
- added 'syncable' for getIdList
- USE LATEST IPC Classes!
=====================================================================
Index: sync/inc/class.bo_sync.inc.php
diff -u sync/inc/class.bo_sync.inc.php:1.37 sync/inc/class.bo_sync.inc.php:1.38
--- sync/inc/class.bo_sync.inc.php:1.37 Fri May 14 18:34:34 2004
+++ sync/inc/class.bo_sync.inc.php      Fri May 14 19:00:28 2004
@@ -384,7 +384,7 @@
         return -1;
       }
            
-      $idlist = $this->ipc->getIdList($lastmod);
+      $idlist = $this->ipc->getIdList($lastmod, 'syncable');
       $retList = array();
       
       foreach($idlist as $id)




reply via email to

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