diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-22 20:19:48 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-22 20:19:48 +0000 |
commit | 93e16eeb4e09935e6ef8b12cc575686c051cc573 (patch) | |
tree | fb113bbf9304d871907f3cfac790bc2d5f20a430 /www-ssl/admin/user2.php | |
parent | ddda2f63f787814d86354700d748f48b8f63bbb0 (diff) |
Hometown feld hinzugefuegt
git-svn-id: svn://svn.cccv.de/engel-system@87 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/user2.php')
-rwxr-xr-x | www-ssl/admin/user2.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index 36588457..2bb4117f 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -43,6 +43,7 @@ if (IsSet($_GET["action"])) "`Gekommen`= '". $_POST["eGekommen"]. "', ". "`Aktiv`= '". $_POST["eAktiv"]. "', ". "`Tshirt` = '". $_POST["eTshirt"]. "', ". + "`Hometown` = '". $_POST["Hometown"]. "', ". "`Menu` = '". $_POST["eMenu"]. "' ". "WHERE `UID` = '". $_POST["enterUID"]. "' LIMIT 1;"; |