From d7f73f35f41d1ca7c1185cff87d585c3e7e4e181 Mon Sep 17 00:00:00 2001 From: cookie Date: Wed, 9 Nov 2005 20:39:57 +0000 Subject: bugfix: post und get vertaucht git-svn-id: svn://svn.cccv.de/engel-system@35 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/admin/user2.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'www-ssl') diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index 5f94c093..d4daaf23 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -89,15 +89,14 @@ if (IsSet($_GET["action"])) case "newpw": echo "Bitte neues Kennwort für "; // Get Nick - $USQL = "SELECT * FROM User where UID=". $_POST["eUID"]; + $USQL = "SELECT * FROM User where UID=". $_GET["eUID"]; $Erg = mysql_query($USQL, $con); echo mysql_result($Erg, 0, "Nick"); echo " eingeben:
"; - echo "
\n"; + echo "\n"; echo ""; echo ""; - echo ""; - echo "\n"; + echo ""; echo "\n"; echo "
"; break; -- cgit v1.2.3-54-g00ecf