thomas: server/kolab-freebusy/freebusy pfb.php,1.6,1.7

cvs at kolab.org cvs at kolab.org
Mon Oct 8 17:57:51 CEST 2007


Author: thomas

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

Modified Files:
	pfb.php 
Log Message:
Apply FreeBusy $params changes done to other parameters.
(maybe fixes a php5 reference issue?)


Index: pfb.php
===================================================================
RCS file: /kolabrepository/server/kolab-freebusy/freebusy/pfb.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pfb.php	8 Oct 2007 15:50:11 -0000	1.6
+++ pfb.php	8 Oct 2007 15:57:49 -0000	1.7
@@ -218,7 +218,7 @@
     unset($folder[0]);
     $folder = join('/', $folder);
     $fbpast = $ldap->freeBusyPast();
-    $fb =& new FreeBusy( $owner, $imapuser, $imappw, $params['server'], $params, $uinfo['FBFUTURE'], $fbpast );
+    $fb =& new FreeBusy( $owner, $imapuser, $imappw, $params, $uinfo['FBFUTURE'], $fbpast );
 
     $fb->default_domain = $params['email_domain'];
     $rc = $fb->imapConnect();





More information about the commits mailing list