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;