bugs 441987, 441990

This commit is contained in:
Marc Delisle
2001-07-17 13:45:23 +00:00
parent c550e91cdc
commit 7b3964818c
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-07-17 Marc Delisle <lem9@users.sourceforge.net>
* user_details.php3, bugs 441987, 441990:
corrections thanks to vinay and girish @sanisoft.com:
2001-07-17 Steve Alberty <alberty@neptunlabs.de>
* tbl_addfield.php3: add trouble detection if insert field failed
* tbl_rename.php3,tbl_copy.php3: block table rename if newname empty

View File

@@ -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;