[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kolab-commits
Subject:    gunnar: server/php-kolab/Kolab_Freebusy issue3438.patch,NONE,1.1
From:       cvs () kolab ! org
Date:       2009-02-26 13:54:54
Message-ID: 20090226135454.46392600920 () lists ! intevation ! de
[Download RAW message or body]

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;
         }


_______________________________________________
Kolab-commits mailing list
Kolab-commits@kolab.org
https://kolab.org/mailman/listinfo/kolab-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic