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

cvs at kolab.org cvs at kolab.org
Mon Oct 8 17:50:13 CEST 2007


Author: thomas

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

Modified Files:
	pfb.php 
Log Message:
Determine connect_addr and use it for connecting to Kolab services.


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





More information about the commits mailing list