Remove unneeded code
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
0cd9a76774
commit
1daeb372db
@ -180,9 +180,6 @@ function PMA_changePassword($password, $message, $change_password_message)
|
||||
$value = 0;
|
||||
}
|
||||
$GLOBALS['dbi']->tryQuery('SET `old_passwords` = ' . $value . ';');
|
||||
|
||||
$sql_query = 'SET password = '
|
||||
. (($password == '') ? '\'\'' : $hashing_function . '(\'***\')');
|
||||
}
|
||||
|
||||
PMA_changePassUrlParamsAndSubmitQuery(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user