Merge pull request #857 from vpowerrc/bug-#4229

fixed #4229 Javascript error in SQL edit window
This commit is contained in:
Michal Čihař 2014-01-14 23:40:39 -08:00
commit 142b64581c

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