steffen: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.26, 1.27

cvs at intevation.de cvs at intevation.de
Tue Oct 5 11:05:59 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr
In directory doto:/tmp/cvs-serv12441

Modified Files:
	resmgr.php 
Log Message:
uid ignoring cant really work with the new design

Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- resmgr.php	29 Sep 2004 23:04:09 -0000	1.26
+++ resmgr.php	5 Oct 2004 09:05:57 -0000	1.27
@@ -502,9 +502,11 @@
         // is done to ignore events that are being updated, without actually
         // having to remove the messages from IMAP. This way, if something goes
         // wrong, we still have the original event in tact.
-        foreach ($ignore as $uid) {
+
+        // PENDING(steffen): This cannot work!
+        /*foreach ($ignore as $uid) {
             $url .= '&i[]=' . urlencode($uid);
-        }
+        }*/
     }
     //$url .= '&c=' . ($cache ? '1' : '0');
     //myLog("Using f/b URL $url", RM_LOG_DEBUG);





More information about the commits mailing list