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:
authorMichal Čihař <mcihar@suse.cz>2013-08-07 10:48:50 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-07 10:48:50 +0400
commitd1bb142e8738433581bf35fa2f31c29d9fff70ec (patch)
treea3c5ef40109c0bf026fec3b16d7cd02cf2428c60 /server_variables.php
parentd7c3b58337d778a733bbcdc691ab6c841221d596 (diff)
Remove unused param from PMA_Util::showMySQLDocu
Diffstat (limited to 'server_variables.php')
-rw-r--r--server_variables.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/server_variables.php b/server_variables.php
index e832e9cf55..b287777206 100644
--- a/server_variables.php
+++ b/server_variables.php
@@ -42,9 +42,7 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) {
/**
* Displays the sub-page heading
*/
-$doc_link = PMA_Util::showMySQLDocu(
- 'server_system_variables', 'server_system_variables'
-);
+$doc_link = PMA_Util::showMySQLDocu('server_system_variables');
$response->addHtml(PMA_getHtmlForSubPageHeader('variables', $doc_link));
/**