thomas: server/php-kolab/Kolab_Freebusy/Freebusy freebusy.class.php, 1.4, 1.5

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


Author: thomas

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy
In directory doto:/tmp/cvs-serv18283/php-kolab/Kolab_Freebusy/Freebusy

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


Index: freebusy.class.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy/freebusy.class.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- freebusy.class.php	16 Aug 2007 14:53:07 -0000	1.4
+++ freebusy.class.php	8 Oct 2007 15:57:49 -0000	1.5
@@ -66,7 +66,6 @@
   function FreeBusy( $owner_email,
                      $username,
                      $password, 
-                     $imaphost,
                      $params, 
                      $fbfuture=60,
                      $fbpast=0 ) {
@@ -76,7 +75,7 @@
     $this->owner_email = $owner_email;
     $this->username = $username;
     $this->password = $password;
-    $this->imaphost = $imaphost;
+    $this->imaphost = $params['server'];
     $this->imapoptions = $params['imap_options'];
     $this->fbfuture = $fbfuture;
     $this->fbpast   = $fbpast;





More information about the commits mailing list