Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-12-19 18:53:31 +0300
committerMarc Delisle <marc@infomarc.info>2015-12-19 18:53:31 +0300
commita93160128fdb7c159302d4cb904b78a6e5352f5d (patch)
tree4d81d9f8b8ce34b5d5ce041f38129731014b8be4 /user_password.php
parent74a867fd45dc31e3ffbbdd70d3f91908fd599a11 (diff)
Fix indenting
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_password.php b/user_password.php
index 14b7de30c2..33a52ea378 100644
--- a/user_password.php
+++ b/user_password.php
@@ -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