summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-10 22:54:13 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-10 22:54:13 +0000
commita2b2c6e7d0c5ee2645f1816736f06dead7a53e78 (patch)
tree0f4ea8cf20fefee5a2c19eca1f64d31bfdfb6a2f /www-ssl
parent4c6b9fb174b578bc3d41fc9105d986da6e780c01 (diff)
bugfix feldname
git-svn-id: svn://svn.cccv.de/engel-system@40 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/makeuser.php.en4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/makeuser.php.en b/www-ssl/makeuser.php.en
index 8c3a0fa3..32ae2f87 100755
--- a/www-ssl/makeuser.php.en
+++ b/www-ssl/makeuser.php.en
@@ -72,7 +72,7 @@ else
$_POST["Nick"] = "";
$_POST["Name"] = "";
$_POST["Vorname"] = "";
- $_POST["Alta"] = "";
+ $_POST["Alter"] = "";
$_POST["Telefon"] = "";
$_POST["DECT"] = "";
$_POST["Handy"] = "";
@@ -90,7 +90,7 @@ By completing this form you're registering as a Chaos-Angel. This script will cr
<tr><td>nick*</td><td><input type="text" size="40" name="Nick" value="<?php echo $_POST["Nick"]; ?>"/></td></tr>
<tr><td>last name</td><td><input type="text" size="40" name="Name" value="<?php echo $_POST["Name"]; ?>"/></td></tr>
<tr><td>first name</td><td><input type="text" size="40" name="Vorname" value="<?php echo $_POST["Vorname"]; ?>"/></td></tr>
- <tr><td>age</td><td><input type="text" size="40" name="Alta" value="<?php echo $_POST["Alta"]; ?>"/></td></tr>
+ <tr><td>age</td><td><input type="text" size="40" name="Alter" value="<?php echo $_POST["Alter"]; ?>"/></td></tr>
<tr><td>phone</td><td><input type="text" size="40" name="Telefon" value="<?php echo $_POST["Telefon"]; ?>"/></td></tr>
<tr><td>DECT</td><td><input type="text" size="40" name="DECT" value="<?php echo $_POST["DECT"]; ?>"/></td><td><!--a href="https://21c3.ccc.de/wiki/index.php/POC"><img src="./pic/external.png" alt="external: " /> DECT</a--></td></tr>
<tr><td>mobile</td><td><input type="text" size="40" name="Handy" value="<?php echo $_POST["Handy"]; ?>"/></td></tr>