summaryrefslogtreecommitdiff
path: root/www-ssl/makeuser.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-29 10:21:50 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-08-29 10:21:50 +0000
commit276b32c98b1792dd35ba154cc4e6954be266c280 (patch)
tree884aa0defca27ffde79ae424eadc4493f4993e06 /www-ssl/makeuser.php
parente3e7751cc41f2ebcfd729647c82d58ec841a78e9 (diff)
ICQ und jabber zu den user daten hinzugefuegt
git-svn-id: svn://svn.cccv.de/engel-system@142 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/makeuser.php')
-rwxr-xr-xwww-ssl/makeuser.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/www-ssl/makeuser.php b/www-ssl/makeuser.php
index 9997b787..43f71dd1 100755
--- a/www-ssl/makeuser.php
+++ b/www-ssl/makeuser.php
@@ -50,6 +50,7 @@ if( isset($_POST["send"]))
"`Vorname`, ". "`Alter` , ".
"`Telefon`, ". "`DECT`, ".
"`Handy`, ". "`email`, ".
+ "`ICQ`, ". "`jabber`, ".
"`Size`, ". "`Passwort`, ".
"`Art` , ". "`kommentar`, ".
"`Hometown` ) ".
@@ -58,6 +59,7 @@ if( isset($_POST["send"]))
"'". $_POST["Vorname"]. "', ". $_POST["Alter"]. ", ".
"'". $_POST["Telefon"]. "', ". "'". $_POST["DECT"]. "', ".
"'". $_POST["Handy"]. "', ". "'". $_POST["email"]. "', ".
+ "'". $_POST["ICQ"]. "', ". "'". $_POST["jabber"]. "', ".
"'". $_POST["Size"]. "', ". "'". $_POST["Passwort"]. "', ".
"'". $_POST["Art"]. "', ". "'". $_POST["kommentar"]. "', ".
"'". $_POST["Hometown"]. "' );";
@@ -107,6 +109,8 @@ else
$_POST["DECT"] = "";
$_POST["Handy"] = "";
$_POST["email"] = "";
+ $_POST["ICQ"] = "";
+ $_POST["jabber"] = "";
$_POST["Size"] = "";
$_POST["Art"] = "";
$_POST["kommentar"] = "";
@@ -133,6 +137,8 @@ echo "\t\t\t<tr><td>". Get_Text("makeuser_Handy").
"</td><td><input type=\"text\" size=\"40\" name=\"Handy\" value=\"". $_POST["Handy"]. "\"></td></tr>\n";
echo "\t\t\t<tr><td>". Get_Text("makeuser_E-Mail").
"*</td><td><input type=\"text\" size=\"40\" name=\"email\" value=\"". $_POST["email"]. "\"></td></tr>\n";
+echo "\t\t\t<tr><td>ICQ</td><td><input type=\"text\" size=\"40\" name=\"ICQ\" value=\"". $_POST["ICQ"]. "\"></td></tr>\n";
+echo "\t\t\t<tr><td>jabber</td><td><input type=\"text\" size=\"40\" name=\"jabber\" value=\"". $_POST["jabber"]. "\"></td></tr>\n";
echo "\t\t\t<tr><td>". Get_Text("makeuser_T-Shirt").
" Gr&ouml;sse*</td><td align=\"left\">\n";
echo "\t\t\t<select name=\"Size\">\n";