steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy	freebusycache.class.php, 1.15, 1.16 
    cvs at intevation.de 
    cvs at intevation.de
       
    Fri Jul  1 13:55:51 CEST 2005
    
    
  
Author: steffen
Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv2333
Modified Files:
	freebusycache.class.php 
Log Message:
typo
Index: freebusycache.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusycache.class.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- freebusycache.class.php	22 Feb 2005 16:32:31 -0000	1.15
+++ freebusycache.class.php	1 Jul 2005 11:55:48 -0000	1.16
@@ -153,7 +153,7 @@
 
   function findAll( $uid, $groups ) {
     $lst = array();
-    $db = dba_open( $this->basedir.'/pfbcache.db', 'rd', 'gdbm' );
+    $db = dba_open( $this->basedir.'/pfbcache.db', 'cd', 'gdbm' );
     if( $db === false ) return false;
     $uids = $groups;
     for( $i = 0; $i < count($uids); $i++ ) $uids[$i] = 'group:'.$uids[$i];
@@ -314,4 +314,5 @@
   var $error;
 };
 
-?>
\ No newline at end of file
+?>
+
    
    
More information about the commits
mailing list