undefined js variable
This commit is contained in:
@@ -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
|
||||
|
@@ -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 );" >
|
||||
|
Reference in New Issue
Block a user