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:
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 1e2d174cf6..ca105612de 100644
--- a/user_password.php
+++ b/user_password.php
@@ -22,7 +22,7 @@ $scripts->addFile('server_privileges.js');
* script
*/
if (! $cfg['ShowChgPassword']) {
- $cfg['ShowChgPassword'] = PMA_DBI_select_db('mysql');
+ $cfg['ShowChgPassword'] = PMA_DBI_selectDb('mysql');
}
if ($cfg['Server']['auth_type'] == 'config' || ! $cfg['ShowChgPassword']) {
PMA_Message::error(