Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2014-01-15 08:40:49 +01:00
commit 77d8cedf05

View File

@ -85,7 +85,7 @@ function PMA_getHtmlForSqlQueryForm(
// start output
if ($is_querywindow) {
$html .= '<form method="post" id="sqlqueryform"';
$html .= ' action="import.php" ' . $enctype . ' name="sqlform"';
$html .= ' action="import.php" ' . $enctype . ' name="sqlform">';
} else {
$html .= '<form method="post" action="import.php" ' . $enctype;
$html .= ' class="ajax"';