thomas: server/kolab-resource-handlers/kolab-resource-handlers/resmgr kolabfilter.php, 1.26.2.10, 1.26.2.11

cvs at kolab.org cvs at kolab.org
Thu Apr 26 18:30:00 CEST 2007


Author: thomas

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr
In directory doto:/tmp/cvs-serv21309/kolab-resource-handlers/kolab-resource-handlers/resmgr

Modified Files:
      Tag: kolab_2_0_branch
	kolabfilter.php 
Log Message:
Fixed/documented kolab/issue974 (Localize the text for rewritten from: headers)


Index: kolabfilter.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/Attic/kolabfilter.php,v
retrieving revision 1.26.2.10
retrieving revision 1.26.2.11
diff -u -d -r1.26.2.10 -r1.26.2.11
--- kolabfilter.php	19 Oct 2006 20:19:05 -0000	1.26.2.10
+++ kolabfilter.php	26 Apr 2007 16:29:58 -0000	1.26.2.11
@@ -107,7 +107,7 @@
 {
   global $params;
   if( array_key_exists('untrusted_subject_insert', $params) ) {
-    return $param['untrusted_subject_insert'];
+    return $params['untrusted_subject_insert'];
   } else {
     return "(UNTRUSTED, sender is <%s>)";
   }





More information about the commits mailing list