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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-04 06:56:27 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-04 06:56:27 +0400
commit42256b2d0cdc1d405f34a20d2fcb4224f4545a40 (patch)
treefabcdd9b2e6339271d6b44a2a71c7ac7975698c5 /user_password.php
parent85e16d8bdc641a0d99d5c0fb6894f6130ac52e63 (diff)
PMA_DBI_select_db --> PMA_DBI_selectDb
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(