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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 13:01:22 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 13:01:22 +0400
commit0829709064b8ec1170d63d6d9a5828a0a89b34af (patch)
treec1547193ce28c0efbb2966cfb03b9e55659e9498 /user_password.php
parenta6234ae0a35b59fb0b107f2dfad2b01a0cd322b5 (diff)
Remove variable
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 8eb9946e5a..bcf29f14be 100644
--- a/user_password.php
+++ b/user_password.php
@@ -169,7 +169,7 @@ function PMA_changePassHashingFunction()
function PMA_ChangePassUrlParamsAndSubmitQuery(
$password, $_url_params, $sql_query, $hashing_function
) {
- $common_functions = PMA_CommonFunctions::getInstance();
+
$err_url = 'user_password.php' . PMA_generate_common_url($_url_params);
$local_query = 'SET password = ' . (($password == '')
? '\'\''