bug #3008411 Last dropped database remains active in navi

This commit is contained in:
Marc Delisle
2010-05-28 13:06:06 -04:00
parent bf53d9766d
commit f483cdb123
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- [browse] Fix handling of sort order if only column is specified. - [browse] Fix handling of sort order if only column is specified.
+ [lang] Greek update, thanks to Panagiotis Papazoglou - panos78 + [lang] Greek update, thanks to Panagiotis Papazoglou - panos78
+ [lang] Updated lot of translation based on work done in master branch. + [lang] Updated lot of translation based on work done in master branch.
- bug #3008411 [databases] Last dropped database remains active in navi
3.3.3.0 (2010-05-10) 3.3.3.0 (2010-05-10)
- patch #2982480 [navi] Do not group if there would be one table in group, - patch #2982480 [navi] Do not group if there would be one table in group,

View File

@@ -58,7 +58,7 @@ if ((isset($_REQUEST['drop_selected_dbs']) || isset($_REQUEST['query_type']))
$selected_db = $_REQUEST['selected_dbs']; $selected_db = $_REQUEST['selected_dbs'];
} }
require './libraries/mult_submits.inc.php'; require './libraries/mult_submits.inc.php';
unset($action, $submit_mult, $err_url, $selected_db); unset($action, $submit_mult, $err_url, $selected_db, $GLOBALS['db']);
if (empty($message)) { if (empty($message)) {
$message = PMA_Message::success('strDatabasesDropped'); $message = PMA_Message::success('strDatabasesDropped');
if ($mult_btn == $strYes) { if ($mult_btn == $strYes) {