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:
authorThilina Buddika <thilinaabeyrathna@gmail.com>2012-07-13 00:10:22 +0400
committerThilina Buddika <thilinaabeyrathna@gmail.com>2012-07-13 00:10:22 +0400
commitbb84591a1de1abefa3c2f1ecb6456fa31d31b5c1 (patch)
treef1c1fea06542c16283c6919cc2b12bd4068229d5 /server_privileges.php
parent2bb169e1d63082f5a1883d3b635afaffc937fac1 (diff)
add doc comment and change function name
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 8ba598e071..62f9eae851 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -296,8 +296,8 @@ if (isset($_REQUEST['adduser_submit']) || isset($_REQUEST['change_copy'])) {
}
$sql_query = $create_user_show . $sql_query;
}
- list($sql_query, $message) = PMA_addUser($_error, $real_sql_query,
- $sql_query, $username, $hostname
+ list($sql_query, $message) = PMA_getQueryAndMessageForAddUser(
+ $_error, $real_sql_query, $sql_query, $username, $hostname
);
} else {