diff --git a/ChangeLog b/ChangeLog index 7b4a72064..be6556b7b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-04-28 Michal Cihar + * tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without + javascript). But there are still problems without javascript. + 2003-04-27 Marc Delisle ### 2.5.0-rc2 released diff --git a/tbl_query_box.php3 b/tbl_query_box.php3 index 1511b8c87..a01874a2e 100755 --- a/tbl_query_box.php3 +++ b/tbl_query_box.php3 @@ -79,17 +79,25 @@ if ($cfg['QueryFrame'] && (!$cfg['QueryFrameJS'] && !$db || ($cfg['QueryFrameJS' if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { ?> - +