gunnar: server/kolab-freebusy/freebusy pfb.php,1.4,1.5

cvs at kolab.org cvs at kolab.org
Thu Aug 16 11:27:57 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-freebusy/freebusy
In directory doto:/tmp/cvs-serv32411/freebusy

Modified Files:
	pfb.php 
Log Message:
Adapt to changes in Kolab_Freebusy.

Index: pfb.php
===================================================================
RCS file: /kolabrepository/server/kolab-freebusy/freebusy/pfb.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pfb.php	13 Aug 2007 08:53:33 -0000	1.4
+++ pfb.php	16 Aug 2007 09:27:55 -0000	1.5
@@ -218,7 +218,7 @@
     unset($folder[0]);
     $folder = join('/', $folder);
     $fbpast = $ldap->freeBusyPast();
-    $fb =& new FreeBusy( $params['cache_dir'], $owner, $imapuser, $imappw, 'localhost', $params['imap_options'], $uinfo['FBFUTURE'], $fbpast );
+    $fb =& new FreeBusy( $owner, $imapuser, $imappw, 'localhost', $params, $uinfo['FBFUTURE'], $fbpast );
 
     $fb->default_domain = $params['email_domain'];
     $rc = $fb->imapConnect();





More information about the commits mailing list