summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-12-29 18:12:58 +0100
committerAngelo Cuccato <cuccato@web.de>2010-12-29 18:12:58 +0100
commitcc66cb6ba5fd4d5b41b5f462b95eca064748d4e8 (patch)
tree75b1cce4fbc84a674dbc9e4af4383b7c45ecad08 /www-ssl
parent4836a82eb9614bd9aefccbc45d6d074c5e8174e6 (diff)
bugfix user normal save
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/userSaveNormal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/userSaveNormal.php b/www-ssl/admin/userSaveNormal.php
index c92e0349..3a793d45 100755
--- a/www-ssl/admin/userSaveNormal.php
+++ b/www-ssl/admin/userSaveNormal.php
@@ -32,7 +32,7 @@ if (IsSet($_GET["action"]))
"`Gekommen`= '". $_POST["eGekommen"]. "', ".
"`Aktiv`= '". $_POST["eAktiv"]. "', ".
"`Tshirt` = '". $_POST["eTshirt"]. "', ".
- "`Hometown` = '". $_POST["Hometown"]. "', ".
+ "`Hometown` = '". $_POST["Hometown"]. "' ".
"WHERE `UID` = '". $_POST["enterUID"].
"' LIMIT 1;";
echo "User-";