summaryrefslogtreecommitdiff
path: root/www-ssl/makeuser.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-28 10:09:05 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-28 10:09:05 +0000
commitf8fbc9c0cf182963e92a176dd84c569b00ab42f5 (patch)
tree623f6c6abea9c077f3eb3642ea823e7795c59e06 /www-ssl/makeuser.php
parent705d511183d976e77db7772f60c7809403a21b49 (diff)
UserCreateDate wird abgelegt und angezeigt
git-svn-id: svn://svn.cccv.de/engel-system@180 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/makeuser.php')
-rwxr-xr-xwww-ssl/makeuser.php4
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)