diff --git a/libraries/DBQbe.class.php b/libraries/DBQbe.class.php index 932dde6e51..7524abe5a1 100644 --- a/libraries/DBQbe.class.php +++ b/libraries/DBQbe.class.php @@ -1309,6 +1309,9 @@ class PMA_DbQbe $html_output .= $this->_getTableFooters(); // get tables select list $html_output .= $this->_getTablesList(); + $html_output .= ''; + $html_output .= '
'; + $html_output .= PMA_generate_common_hidden_inputs(array('db' => $this->_db)); // get SQL query $html_output .= '
'; $html_output .= '
'; @@ -1327,8 +1330,8 @@ class PMA_DbQbe $html_output .= '
'; // displays form's footers $html_output .= '
'; - $html_output .= ''; + $html_output .= ''; + $html_output .= ''; $html_output .= '
'; $html_output .= '
'; $html_output .= '
';