undefined js variable

This commit is contained in:
Sebastian Mendel
2006-01-14 11:50:24 +00:00
parent 734a5ca6fc
commit c7b1a57c25
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/sql_query_form.lib.php: undefined js variable
2006-01-12 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: typo, thanks to Cédric Corazza
* libraries/common.lib.php: remove high-ascii characters, and an

View File

@@ -104,7 +104,7 @@ function PMA_sqlQueryForm( $query = true, $display_tab = false ) {
?>
<form method="post" id="sqlqueryform" target="frame_content"
action="import.php"<?php echo $enctype; ?> name="sqlform"
onsubmit="save_name = window.opener.parent.frames[1].name;
onsubmit="var save_name = window.opener.parent.frames[1].name;
window.opener.parent.frames[1].name = save_name + '<?php echo time(); ?>';
this.target = window.opener.parent.frames[1].name;
return checkSqlQuery( this );" >