Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
$password = $password2 = '' | |
$username = get_input('u') | |
$email = get_input('e') | |
$name = get_input('n') | |
if (elgg_is_sticky_form('register')) | |
$email = get_input('e') |
Definition at line 11 of file register.php.
$name = get_input('n') |
Definition at line 12 of file register.php.
$password = $password2 = '' |
Definition at line 9 of file register.php.
$username = get_input('u') |
Definition at line 10 of file register.php.
if(elgg_is_sticky_form('register')) |
Definition at line 14 of file register.php.