thomas: server/kolab-resource-handlers/kolab-resource-handlers/resmgr kolabfilter.php.in, 1.13, 1.14

cvs at kolab.org cvs at kolab.org
Thu Apr 26 18:20:33 CEST 2007


Author: thomas

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

Modified Files:
	kolabfilter.php.in 
Log Message:
Fixed typo $param -> $params (kolab/issue974)


Index: kolabfilter.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/kolabfilter.php.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- kolabfilter.php.in	28 Mar 2007 02:00:18 -0000	1.13
+++ kolabfilter.php.in	26 Apr 2007 16:20:31 -0000	1.14
@@ -170,13 +170,13 @@
   global $params;
   if( $sasluser ) {
     if( array_key_exists('untrusted_subject_insert', $params) ) {
-      $fmt = $param['untrusted_subject_insert'];
+      $fmt = $params['untrusted_subject_insert'];
     } else {
       $fmt = "(UNTRUSTED, sender is <%s>)";
     }
   } else {
     if( array_key_exists('unauthenticated_subject_insert', $params) ) {
-      $fmt = $param['unauthenticated_subject_insert'];
+      $fmt = $params['unauthenticated_subject_insert'];
     } else {
       $fmt = "(UNTRUSTED, sender <%s> is not authenticated)";
     }





More information about the commits mailing list