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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-06-03 18:33:18 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-06-03 18:33:18 +0400
commitd22533fb5ba68a2ea150e7219dae352f71f288cd (patch)
tree0cf1b1d570e2fd4e66bda42a0b0e42f2368f5513 /libraries
parent50b06fee56fb8c620ff9a3336a4514b5d4e27c96 (diff)
parent10b06c3021fcf328ba457561625ed7d384b7cd6a (diff)
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Diffstat (limited to 'libraries')
-rw-r--r--libraries/display_change_password.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/display_change_password.lib.php b/libraries/display_change_password.lib.php
index ccf8eba31f..a6c19fdb47 100644
--- a/libraries/display_change_password.lib.php
+++ b/libraries/display_change_password.lib.php
@@ -19,7 +19,7 @@ $chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5 &&
// Displays the form
?>
- <form method="post" id="change_password_form" action="<?php echo $GLOBALS['PMA_PHP_SELF']; ?>" name="chgPassword" <?php echo ($GLOBALS['cfg']['AjaxEnable'] ? 'class="ajax" ' : ''); ?> onsubmit="return checkPassword(this)">
+ <form method="post" id="change_password_form" action="<?php echo $GLOBALS['PMA_PHP_SELF']; ?>" name="chgPassword" <?php echo ($GLOBALS['cfg']['AjaxEnable'] ? 'class="ajax" ' : ''); ?>>
<?php echo PMA_generate_common_hidden_inputs();
if (strpos($GLOBALS['PMA_PHP_SELF'], 'server_privileges') !== false) {
echo '<input type="hidden" name="username" value="' . htmlspecialchars($username) . '" />' . "\n"