richard: server/kolab-resource-handlers/kolab-resource-handlers/freebusy pfb.php.in, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Tue Mar 28 21:45:41 CEST 2006


Author: richard

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

Modified Files:
	pfb.php.in 
Log Message:
Add missing prefix 'kolab_php_module_prefix'



Index: pfb.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/pfb.php.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pfb.php.in	5 Feb 2006 20:15:10 -0000	1.3
+++ pfb.php.in	28 Mar 2006 19:45:39 -0000	1.4
@@ -134,7 +134,7 @@
     // Here we really need an authenticated user!
     unauthorized("Please authenticate");
   }
-  require_once('freebusy/freebusy.class.php');
+  require_once('@kolab_php_module_prefix at freebusy/freebusy.class.php');
 
   if( empty($owner) ) {
     notFound( _('No such account ').htmlentities($folder[0]));





More information about the commits mailing list