From 08c59bb1d67f2afa50355a616bed00a43a6bec5e Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Sun, 25 Nov 2012 20:01:43 +0000 Subject: [PATCH] Fixed QBE form --- libraries/DBQbe.class.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 .= '
';