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:46:56 +0300
committerMarc Delisle <marc@infomarc.info>2015-12-19 18:46:56 +0300
commit74a867fd45dc31e3ffbbdd70d3f91908fd599a11 (patch)
tree798310742fd21ee5bebdfbff14028500c8fa6457 /user_password.php
parentf6997121bd01dc23807da6223a40ad463f2338b3 (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, 0 insertions, 2 deletions
diff --git a/user_password.php b/user_password.php
index 3ee86f2550..14b7de30c2 100644
--- a/user_password.php
+++ b/user_password.php
@@ -140,8 +140,6 @@ function PMA_changePassword($password, $message, $change_password_message)
$hashing_function = PMA_changePassHashingFunction();
- $orig_auth_plugin = null;
-
$row = $GLOBALS['dbi']->fetchSingleRow('SELECT CURRENT_USER() as user');
$curr_user = $row['user'];
list($username, $hostname) = explode('@', $curr_user);