diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-21 18:34:30 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-21 18:34:30 +0000 |
commit | 375d4143d1f5f8ad2c39597160fa1d0282e322ae (patch) | |
tree | 3c0e17202fedb7acab6111c21e9c318d1919b6e9 /www-ssl/admin/user2.php | |
parent | 1f312f39c9dd0b87d5a7f6eee68ca357a844fd00 (diff) |
auswahl ob menu links oder rechst hinzugefuegt
git-svn-id: svn://svn.cccv.de/engel-system@75 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/user2.php')
-rwxr-xr-x | www-ssl/admin/user2.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index d4daaf23..36588457 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -17,7 +17,7 @@ if (IsSet($_GET["action"])) if ($Erg == 1) { echo "Änderung wurde gesichert...\n"; } else { - echo "Fehler beim speichern...\n"; + echo "Fehler beim speichern...\n(". mysql_error($con). ")"; } } @@ -42,7 +42,8 @@ if (IsSet($_GET["action"])) "`Size` = '". $_POST["eSize"]. "', ". "`Gekommen`= '". $_POST["eGekommen"]. "', ". "`Aktiv`= '". $_POST["eAktiv"]. "', ". - "`Tshirt` = '". $_POST["eTshirt"]. "' ". + "`Tshirt` = '". $_POST["eTshirt"]. "', ". + "`Menu` = '". $_POST["eMenu"]. "' ". "WHERE `UID` = '". $_POST["enterUID"]. "' LIMIT 1;"; echo "User-"; |