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 = '