[Fusionforge-commits] r15049 - branches/Branch_5_1/src/www/account

Thorsten Glaser mirabilos at fusionforge.org
Wed Feb 1 14:44:09 CET 2012


Author: mirabilos
Date: 2012-02-01 14:44:08 +0100 (Wed, 01 Feb 2012)
New Revision: 15049

Modified:
   branches/Branch_5_1/src/www/account/register.php
Log:
unbreak ?\226?\128?\156register this user immediately?\226?\128?\157

it?\226?\128?\153s ?\226?\128?\156value="1" !checked?\226?\128?\157 not ?\226?\128?\156value="0"?\226?\128?\157?\226?\128?\166


Modified: branches/Branch_5_1/src/www/account/register.php
===================================================================
--- branches/Branch_5_1/src/www/account/register.php	2012-02-01 12:45:33 UTC (rev 15048)
+++ branches/Branch_5_1/src/www/account/register.php	2012-02-01 13:44:08 UTC (rev 15049)
@@ -231,8 +231,8 @@
 		      util_make_url ('/terms.php')); ?>
 	</p>
 <?php } ?>
-<?php if (false && forge_check_global_perm ('forge_admin')) { ?>
-	<p><input type="checkbox" name="activate_immediately" value="0" />
+<?php if (forge_check_global_perm('forge_admin')) { ?>
+	<p><input type="checkbox" name="activate_immediately" value="1" />
 <?php print _('Activate this user immediately') ; ?>
 	</p>
 <?php } ?>




More information about the Fusionforge-commits mailing list