Merge branch 'QA_4_3'

This commit is contained in:
Marc Delisle 2014-11-17 13:20:56 -05:00
commit f98a3b0799

View File

@ -1152,7 +1152,7 @@ class PMA_TableSearch
$html_output .= '<form method="post" action="' . $scriptName . '" '
. 'name="insertForm" id="' . $formId . '" '
. 'class="ajax lock-page"' . '>';
. 'class="ajax"' . '>';
$html_output .= PMA_URL_getHiddenInputs($this->_db, $this->_table);
$html_output .= '<input type="hidden" name="goto" value="' . $goto . '" />';