Merge branch 'QA_3_3'
This commit is contained in:
@@ -89,6 +89,7 @@ $Id$
|
||||
- [browse] Fix handling of sort order if only column is specified.
|
||||
+ [lang] Greek update, thanks to Panagiotis Papazoglou - panos78
|
||||
+ [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)
|
||||
- patch #2982480 [navi] Do not group if there would be one table in group,
|
||||
|
@@ -58,7 +58,7 @@ if ((isset($_REQUEST['drop_selected_dbs']) || isset($_REQUEST['query_type']))
|
||||
$selected_db = $_REQUEST['selected_dbs'];
|
||||
}
|
||||
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)) {
|
||||
$message = PMA_Message::success(__('%s databases have been dropped successfully.'));
|
||||
if ($mult_btn == __('Yes')) {
|
||||
|
Reference in New Issue
Block a user