Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
ca62fa66e0
commit
6d56ef9c4d
@ -129,5 +129,5 @@ if ($cfgRelation['pdfwork']) {
|
||||
);
|
||||
}
|
||||
|
||||
$response->addHTML($db_qbe->getSelectionForm($cfgRelation));
|
||||
$response->addHTML($db_qbe->getSelectionForm());
|
||||
?>
|
||||
|
||||
@ -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>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user