diff --git a/ChangeLog b/ChangeLog index e83a4cd9b..dc82f04cf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2006-02-09 Marc Delisle + * libraries/mult_submit.inc.php: bug #1404565, left frame refresh on + db drop from Databases link in main page + 2006-02-08 Marc Delisle * libraries/Config.class.php: leave the possibility of having a backslash in the path on non-Windows system, thanks to Michal; diff --git a/libraries/mult_submits.inc.php b/libraries/mult_submits.inc.php index d9d6a5325..759fddfb6 100644 --- a/libraries/mult_submits.inc.php +++ b/libraries/mult_submits.inc.php @@ -151,6 +151,7 @@ if ( !empty($submit_mult) && !empty($what)) { $full_query .= 'DROP DATABASE ' . PMA_backquote(htmlspecialchars(urldecode($sval))) . ';
'; + $reload = 1; break; case 'drop_tbl': @@ -236,6 +237,9 @@ if ( !empty($submit_mult) && !empty($what)) { } else { echo PMA_generate_common_hidden_inputs(); } +?> + + $sval) { echo '' . "\n"; }