steffen: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php, 1.57, 1.58

cvs at intevation.de cvs at intevation.de
Sat Apr 9 10:55:04 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user
In directory doto:/tmp/cvs-serv15118/kolab-webadmin/www/admin/user

Modified Files:
	user.php 
Log Message:
config for allowing/denying access to the webgui

Index: user.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- user.php	22 Mar 2005 15:50:16 -0000	1.57
+++ user.php	9 Apr 2005 08:55:02 -0000	1.58
@@ -166,7 +166,8 @@
 }
 
 function apply_attributeaccess( &$entries ) {
-  global $attributeaccess;
+  global $params;
+  $attributeaccess =& $params['attribute_access'];
   foreach( $entries as $key=>$value ) {
 	if( ereg( '(.*)_[0-9]', $key, $regs ) ) {
 	  $akey = $regs[1];





More information about the commits mailing list