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-11 17:39:53 +0400
committerThilina Buddika <thilinaabeyrathna@gmail.com>2012-07-11 17:39:53 +0400
commit07139d60b83fe290eb64b352b06415fb7af65a56 (patch)
tree8b1c7cf893944f438df915aaf169ac0b3673b930 /server_privileges.php
parent8d4ebcc6c2879ba3bdcf96515c61a44249f4ac1f (diff)
add doc blocks and correct spelling mistake
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_privileges.php b/server_privileges.php
index 3c2e765df0..d76567ceed 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -622,7 +622,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
if (! isset($username)) {
// No username is given --> display the overview
$response->addHTML(
- PMA_getHtmlForDiplayUserOverviewPage($link_edit, $pmaThemeImage,
+ PMA_getHtmlForDisplayUserOverviewPage($link_edit, $pmaThemeImage,
$text_dir, $conditional_class, $link_export, $link_export_all
)
);