wilde: server/kolab-webadmin/kolab-webadmin/www/admin/user user.php.in, 1.11, 1.12

cvs at kolab.org cvs at kolab.org
Wed Jan 10 11:34:26 CET 2007


Author: wilde

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

Modified Files:
	user.php.in 
Log Message:
Fixed code formatting.


Index: user.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/user.php.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- user.php.in	8 Jan 2007 01:29:29 -0000	1.11
+++ user.php.in	10 Jan 2007 10:34:24 -0000	1.12
@@ -446,8 +446,8 @@
 $entries['facsimileTelephoneNumber_0'] = array( 'name' => _('Fax Number') );
 if( $auth->group() == 'admin' || $auth->group() == 'maintainer' || $auth->group() == 'domain-maintainer' ) {
   $entries['cyrus-userquota'] = array( 'name' => _('User Quota in MBytes'),
-									   'comment' => _('Leave blank for unlimited'),
-									   'validation' => 'checkquota');
+				       'comment' => _('Leave blank for unlimited'),
+				       'validation' => 'checkquota');
 } else {
   $entries['givenname']['attrs'] = 'readonly';
   $entries['sn']['attrs'] = 'readonly';





More information about the commits mailing list