Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Dec 19, 2015
1 parent 74a867f commit a931601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_password.php
Expand Up @@ -178,8 +178,8 @@ function PMA_changePassword($password, $message, $change_password_message)
}
$GLOBALS['dbi']->tryQuery('SET `old_passwords` = ' . $value . ';');
}
$sql_query = 'SET password = '
. (($password == '') ? '\'\'' : $hashing_function . '(\'***\')');
$sql_query = 'SET password = '
. (($password == '') ? '\'\'' : $hashing_function . '(\'***\')');
PMA_changePassUrlParamsAndSubmitQuery(
$username, $hostname, $password,
$sql_query, $hashing_function, $orig_auth_plugin
Expand Down

0 comments on commit a931601

Please sign in to comment.