gunnar: server/php-kolab/Kolab_Freebusy issue3438.patch,NONE,1.1

cvs at kolab.org cvs at kolab.org
Thu Feb 26 14:54:54 CET 2009


Author: gunnar

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

Added Files:
	issue3438.patch 
Log Message:
Potential patch for kolab/issue3438 (kolabFreeBusyPast is not used) - not yet tested.

--- NEW FILE: issue3438.patch ---
diff --git a/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php b/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php
index ed0853c..61b4c06 100644
--- a/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php
+++ b/framework/Kolab_FreeBusy/lib/Horde/Kolab/FreeBusy/Access.php
@@ -319,7 +319,9 @@ class Horde_Kolab_FreeBusy_Access {
         $db = &Horde_Kolab_Server::singleton();
 
         /* Retrieve the server configuration */
-        $server = $db->fetch('k=kolab', KOLAB_OBJECT_SERVER);
+        $server = $db->fetch(sprintf('k=kolab,%s',
+				     $db->getBaseUid()),
+			     KOLAB_OBJECT_SERVER);
         if (is_a($server, 'PEAR_Error')) {
             return $server;
         }





More information about the commits mailing list