diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 14:11:42 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 14:11:42 +0000 | 
| commit | 6bb9e16e357eb718e954255b59681d519cda57ae (patch) | |
| tree | 316b572925d10cd00e421930ba8b5ef08495525a | |
| parent | 1b1aa10f74e0408aca587bbd200ad76020fd03d4 (diff) | |
| download | elgg-6bb9e16e357eb718e954255b59681d519cda57ae.tar.gz elgg-6bb9e16e357eb718e954255b59681d519cda57ae.tar.bz2 | |
Closes #96: Administration: Add user (with optional admin flag) 
http://trac.elgg.org/elgg/ticket/96
git-svn-id: https://code.elgg.org/elgg/trunk@1148 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | views/default/account/forms/register.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/views/default/account/forms/register.php b/views/default/account/forms/register.php index 2305f18d1..700bf204b 100644 --- a/views/default/account/forms/register.php +++ b/views/default/account/forms/register.php @@ -27,7 +27,7 @@  			<?php  				if ($admin_option) {  ?>		 -			<label><?php echo elgg_echo('admin_option'); ?><br /><input type="checkbox" name="admin" /></label>			 +			<label><?php echo elgg_echo('admin_option'); ?><br /><input type="checkbox" name="admin" /></label>	<br />		  <?php 			  				}  			 ?> | 
