wilde: server/php-kolab/Kolab_Freebusy/Freebusy Page.php,1.6,1.7

cvs at kolab.org cvs at kolab.org
Fri Mar 14 10:17:13 CET 2008


Author: wilde

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

Modified Files:
	Page.php 
Log Message:
Fixed determination of calender owner for freebusy regeneration.


Index: Page.php
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/Freebusy/Page.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Page.php	27 Feb 2008 08:44:38 -0000	1.6
+++ Page.php	14 Mar 2008 09:17:11 -0000	1.7
@@ -427,7 +427,7 @@
 
         /* Possibly rewrite the owner UID into the primary mail address */
         if (!empty($uinfo) && isset($uinfo['MAIL']) && !empty($uinfo['MAIL'])) {
-            $this->owner = $userinfo['MAIL'];
+            $this->owner = $uinfo['MAIL'];
         }
 
         /* If we were unable to determine the owner we will finally





More information about the commits mailing list