thomas: server/kolab-filter/filter config.php,1.13,1.14

cvs at kolab.org cvs at kolab.org
Wed Apr 2 19:32:57 CEST 2008


Author: thomas

Update of /kolabrepository/server/kolab-filter/filter
In directory doto:/tmp/cvs-serv3407/kolab-filter/filter

Modified Files:
	config.php 
Log Message:
Rename .xpfb to .pxfb. Triggering .pfb generates partial extended fb, too.

As per discussion with Bernhard Reiter:
The free/busy specs were inconsistent in the use of xpfb vs. pxfb, so
we consistently use pxfb now.


Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/config.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- config.php	13 Mar 2008 17:36:36 -0000	1.13
+++ config.php	2 Apr 2008 17:32:55 -0000	1.14
@@ -130,7 +130,7 @@
 $conf['filter']['freebusy_url'] = 'https://example.com/freebusy/${USER}.xfb';
  
 /* PFB url to trigger creation of pfb */
-$conf['filter']['pfb_trigger_url'] = 'https://example.com/freebusy/trigger/${USER}/${FOLDER}.xpfb';
+$conf['filter']['pfb_trigger_url'] = 'https://example.com/freebusy/trigger/${USER}/${FOLDER}.pfb';
 
 /* Temporary data storage for the scripts */
 $conf['filter']['tempdir'] = '';





More information about the commits mailing list