Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
a4456bde74
commit
ef18a3a9b7
@ -4934,7 +4934,6 @@ function PMA_getSqlQueriesForDisplayAndAddUser($username, $hostname, $password)
|
||||
$slashedHostname,
|
||||
'***'
|
||||
);
|
||||
$password_set_real = null;
|
||||
|
||||
$sql_query_stmt = sprintf(
|
||||
'GRANT %s ON *.* TO \'%s\'@\'%s\'',
|
||||
@ -4970,7 +4969,6 @@ function PMA_getSqlQueriesForDisplayAndAddUser($username, $hostname, $password)
|
||||
} else {
|
||||
$password_set_real = null;
|
||||
$create_user_stmt .= ' BY \'%s\'';
|
||||
$create_user_real = $create_user_show = $create_user_stmt;
|
||||
|
||||
if ($_POST['pred_password'] == 'keep') {
|
||||
$create_user_real = sprintf(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user