Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-01-16 12:02:53 +01:00
commit a409ef7825
2 changed files with 2 additions and 4 deletions

View File

@ -129,5 +129,5 @@ if ($cfgRelation['pdfwork']) {
);
}
$response->addHTML($db_qbe->getSelectionForm($cfgRelation));
$response->addHTML($db_qbe->getSelectionForm());
?>

View File

@ -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>';