diff options
Diffstat (limited to 'www-ssl/makeuser.php')
-rwxr-xr-x | www-ssl/makeuser.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/makeuser.php b/www-ssl/makeuser.php index 6bf630de..b02f6923 100755 --- a/www-ssl/makeuser.php +++ b/www-ssl/makeuser.php @@ -53,7 +53,7 @@ if( isset($_POST["send"])) "`ICQ`, ". "`jabber`, ". "`Size`, ". "`Passwort`, ". "`Art` , ". "`kommentar`, ". - "`Hometown` ) ". + "`Hometown`,". "`CreateDate` ) ". "VALUES ( ". "'". $_POST["Nick"]. "', ". "'". $_POST["Name"]. "', ". "'". $_POST["Vorname"]. "', ". $_POST["Alter"]. ", ". @@ -62,7 +62,7 @@ if( isset($_POST["send"])) "'". $_POST["ICQ"]. "', ". "'". $_POST["jabber"]. "', ". "'". $_POST["Size"]. "', ". "'". $_POST["Passwort"]. "', ". "'". $_POST["Art"]. "', ". "'". $_POST["kommentar"]. "', ". - "'". $_POST["Hometown"]. "' );"; + "'". $_POST["Hometown"]. "',". "NOW());"; $Erg = mysql_query($SQL, $con); if ($Erg != 1) |