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-02-02 08:25:37 +0300
committerMarc Delisle <marc@infomarc.info>2015-02-02 08:25:37 +0300
commitbe03cb3f27d151a085c2b556dd94e8c291b5d114 (patch)
tree1bfc7108a8a466ee95ac39b2a14a39debf0ff3a1 /user_password.php
parent41d168afe24149e068fb31339e1fd7e74c060197 (diff)
Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index 87a8cef26f..c9313fc500 100644
--- a/user_password.php
+++ b/user_password.php
@@ -137,7 +137,7 @@ function PMA_changePassword($password, $message, $change_password_message)
$password, $sql_query, $hashing_function
);
- $url_params = $auth_plugin->handlePasswordChange($password);
+ $auth_plugin->handlePasswordChange($password);
PMA_getChangePassMessage($change_password_message, $sql_query);
PMA_changePassDisplayPage($message, $sql_query);
}