bugfix user normal save

This commit is contained in:
Angelo Cuccato 2010-12-29 18:12:58 +01:00
parent 4836a82eb9
commit cc66cb6ba5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if (IsSet($_GET["action"]))
"`Gekommen`= '". $_POST["eGekommen"]. "', ". "`Gekommen`= '". $_POST["eGekommen"]. "', ".
"`Aktiv`= '". $_POST["eAktiv"]. "', ". "`Aktiv`= '". $_POST["eAktiv"]. "', ".
"`Tshirt` = '". $_POST["eTshirt"]. "', ". "`Tshirt` = '". $_POST["eTshirt"]. "', ".
"`Hometown` = '". $_POST["Hometown"]. "', ". "`Hometown` = '". $_POST["Hometown"]. "' ".
"WHERE `UID` = '". $_POST["enterUID"]. "WHERE `UID` = '". $_POST["enterUID"].
"' LIMIT 1;"; "' LIMIT 1;";
echo "User-"; echo "User-";