steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusycache.class.php, 1.14, 1.15

cvs at intevation.de cvs at intevation.de
Tue Feb 22 17:32:33 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv4209

Modified Files:
	freebusycache.class.php 
Log Message:
suppress harmless error

Index: freebusycache.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusycache.class.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- freebusycache.class.php	14 Jan 2005 04:41:13 -0000	1.14
+++ freebusycache.class.php	22 Feb 2005 16:32:31 -0000	1.15
@@ -215,7 +215,7 @@
   }
 
   function loadACL( $filename ) {
-    return $this->aclFromString( file_get_contents($this->mkaclfilename($filename)) );    
+    return $this->aclFromString( @file_get_contents($this->mkaclfilename($filename)) );    
   }
 
   function storeACL( $filename, $acl ) {





More information about the commits mailing list