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-21 02:33:43 +0300
committerMarc Delisle <marc@infomarc.info>2015-12-21 02:33:43 +0300
commit1daeb372db3a3853520d952adcad335a990c6669 (patch)
tree6c42969f9473017089dfdb1c7505f520ed4c0c91 /user_password.php
parent0cd9a767746160ddaf13b4bf861eb3dba94a6698 (diff)
Remove unneeded code
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/user_password.php b/user_password.php
index 6b142e3c44..df8cd8b3eb 100644
--- a/user_password.php
+++ b/user_password.php
@@ -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(