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:
authorRouslan Placella <rouslan@placella.com>2012-06-03 05:08:46 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-03 05:08:46 +0400
commit9b9bd239c39c2322f6cbbdba0e87702d560ea8a6 (patch)
treefc0564dfaec5009e53fe4ae3354c5bd39ecb4214 /libraries
parent9605deb78e54e20ceacbf47f3967f28907189615 (diff)
parent1368ff772e3ffaa242a4803b5e28435457b28168 (diff)
Merge branch 'QA_3_5'
Conflicts: js/functions.js js/server_privileges.js
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"