Fix javascript error (bug #946823).

This commit is contained in:
Michal Čihař
2004-05-03 08:45:07 +00:00
parent 8a53f1cc55
commit f1cbd500f4
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-05-03 Michal Cihar <michal@cihar.com>
* querywindow.php: Fix javascript error (bug #946823).
2004-05-03 Garvin Hicking <pma@supergarv.de>
* left.php: Bug #946501 - Nested table now also work with aliased
tablenames.

View File

@@ -48,7 +48,7 @@ require_once('./libraries/header_meta_style.inc.php');
?>
<script type="text/javascript" language="javascript">
?>
<!--
function query_auto_commit() {
document.sqlform.submit();
}