steffen: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php, 1.40, 1.41

cvs at intevation.de cvs at intevation.de
Tue Oct 12 22:59:02 CEST 2004


Author: steffen

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

Modified Files:
	user.php 
Log Message:
initial value for policy fix

Index: user.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- user.php	12 Oct 2004 01:22:27 -0000	1.40
+++ user.php	12 Oct 2004 20:59:00 -0000	1.41
@@ -319,7 +319,7 @@
 							   'comment' => _('NOTE: An internal user is a user that will not be visible in the address book')),
 		  'resourceaction' => array( 'name' => _('Resource/Group Policies'),
 									 'type' => 'resourcepolicy',
-									 'policies' => array(array( 'user' => 'anyone', 'policyno' => 4 )),
+									 'policies' => array('anyone' => 4),
 									 'comment' => _('For automatic invitation handling<br/>'.
 													'NOTE: For regular accounts to use this feature, give the \'calendar\' user access to the Calendar folder') ),
 		  'title_0' => array( 'name' => _('Title') ) );





More information about the commits mailing list