Merge pull request #857 from vpowerrc/bug-#4229
fixed #4229 Javascript error in SQL edit window
This commit is contained in:
commit
142b64581c
@ -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