From 7b3964818c9964607ec42b9de3cb00d7959be56a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 17 Jul 2001 13:45:23 +0000 Subject: [PATCH] bugs 441987, 441990 --- ChangeLog | 4 ++++ user_details.php3 | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 282745c00..669ce59ec 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-07-17 Marc Delisle + * user_details.php3, bugs 441987, 441990: + corrections thanks to vinay and girish @sanisoft.com: + 2001-07-17 Steve Alberty * tbl_addfield.php3: add trouble detection if insert field failed * tbl_rename.php3,tbl_copy.php3: block table rename if newname empty diff --git a/user_details.php3 b/user_details.php3 index e87715625..e1bb3c7e5 100644 --- a/user_details.php3 +++ b/user_details.php3 @@ -2,6 +2,7 @@ /* $Id$*/ require("./grab_globals.inc.php3"); +require("./lib.inc.php3"); function check_operations() { @@ -567,7 +568,7 @@ function edit_operations($host, $user) global $strBack, $strGo; global $strDelPassMessage, $strRememberReload, $strUpdatePassMessage; - global $strUpdatePrivMessage, $strRememberReload; + global $strUpdatePrivMessage; global $strPasswordEmpty, $strPasswordNotSame; global $strDeletePassword, $strUpdatePassword, $strEditPrivileges; global $strPassword, $strReType;