Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
77d8cedf05
@ -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"';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user