steffen: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php, 1.34, 1.35

cvs at intevation.de cvs at intevation.de
Tue Sep 28 22:38:21 CEST 2004


Author: steffen

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

Modified Files:
	user.php 
Log Message:
fix for default policy values

Index: user.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- user.php	28 Sep 2004 10:27:35 -0000	1.34
+++ user.php	28 Sep 2004 20:38:19 -0000	1.35
@@ -332,7 +332,7 @@
 								 'value'   => 0 ),
 		  'resourceaction' => array( 'name' => _('Resource/Group Policies'),
 									 'type' => 'resourcepolicy',
-									 'policies' => array( 'user' => 'anyone', 'policyno' => 2 ),
+									 'policies' => array(array( 'user' => 'anyone', 'policyno' => 2 )),
 									 'comment' => _('Only applies to group and resource accounts') ),
 #		  'resourceaction' => array( 'name' => _('Resource/Group Action'),
 #									 'type' => 'select',





More information about the commits mailing list