Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-01-15 08:42:13 +01:00
commit 9dcd83eb31

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