aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorParadox <iamparadox@netscape.net>2009-12-28 17:01:08 -0500
committerParadox <iamparadox@netscape.net>2009-12-28 17:01:08 -0500
commit66ee71a86c199ecb6d3b39a4125a380ae1955f8f (patch)
tree75f5e4b1039ee0e2666ad4688a0fdb24dd1a8f21 /contrib
parenta1ee318606fcb3555db89b164f9cf5c110362e60 (diff)
missed change in expanded reg form
--HG-- branch : trunk
Diffstat (limited to 'contrib')
-rw-r--r--contrib/registration_form/Expanded/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/registration_form/Expanded/index.php b/contrib/registration_form/Expanded/index.php
index c3abef3bea6..e72ff87c148 100644
--- a/contrib/registration_form/Expanded/index.php
+++ b/contrib/registration_form/Expanded/index.php
@@ -164,6 +164,7 @@ if (!empty($_POST)) {
$username = strtoupper($_POST["username"]);
$password = strtoupper($_POST["password"]);
$email = strtoupper($_POST["email"]);
+ $expansion = $_POST["expansion"];
if (strlen($username) < 5) {
error_s("Username too short.");
exit();