gunnar: server/kolab-filter/filter kolabfilter.php,1.5,1.6

cvs at kolab.org cvs at kolab.org
Tue Nov 27 16:31:46 CET 2007


Author: gunnar

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

Modified Files:
	kolabfilter.php 
Log Message:
Rename Outgoing to Content and make the tests work again.

Index: kolabfilter.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/kolabfilter.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- kolabfilter.php	27 Nov 2007 14:21:15 -0000	1.5
+++ kolabfilter.php	27 Nov 2007 15:31:43 -0000	1.6
@@ -35,12 +35,12 @@
  */
 
 /* Load the filter library */
-require_once 'Kolab/Filter/Outgoing.php';
+require_once 'Kolab/Filter/Content.php';
 
 /* Read our configuration */
 require_once 'config.php';
 
 /* Parse the mail */
-$parser = &new Filter_Outgoing();
+$parser = &new Filter_Content();
 $parser->parse();
 ?>





More information about the commits mailing list