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:
-rw-r--r--db_qbe.php2
-rw-r--r--libraries/DBQbe.class.php4
2 files changed, 2 insertions, 4 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 6a1b64f456..94a9625d12 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -129,5 +129,5 @@ if ($cfgRelation['pdfwork']) {
);
}
-$response->addHTML($db_qbe->getSelectionForm($cfgRelation));
+$response->addHTML($db_qbe->getSelectionForm());
?>
diff --git a/libraries/DBQbe.class.php b/libraries/DBQbe.class.php
index 34c70e0002..085ae10006 100644
--- a/libraries/DBQbe.class.php
+++ b/libraries/DBQbe.class.php
@@ -1420,11 +1420,9 @@ class PMA_DbQbe
/**
* Provides the generated QBE form
*
- * @param array $cfgRelation Relation Settings
- *
* @return string QBE form
*/
- public function getSelectionForm($cfgRelation)
+ public function getSelectionForm()
{
$html_output = '<form action="db_qbe.php" method="post" id="formQBE">';
$html_output .= '<fieldset>';