Fix left frame reloading after dropping table (bug #1034531).
This commit is contained in:
@@ -20,6 +20,8 @@ $Source$
|
||||
* lang/czech: Reordered some words.
|
||||
* libraries/select_server.lib.php: Clickable active server in left frame
|
||||
(RFE # 1044678).
|
||||
* db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
|
||||
Fix left frame reloading after dropping table (bug #1034531).
|
||||
|
||||
2004-10-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/turkish update, thanks to boralioglu.
|
||||
|
@@ -86,6 +86,7 @@ if (empty($is_info)) {
|
||||
$action = 'db_details_structure.php';
|
||||
$err_url = 'db_details_structure.php?'. PMA_generate_common_url($db);
|
||||
require('./mult_submits.inc.php');
|
||||
$message = $strSuccess;
|
||||
}
|
||||
require('./db_details_common.php');
|
||||
$url_query .= '&goto=db_details_structure.php';
|
||||
@@ -94,14 +95,6 @@ if (empty($is_info)) {
|
||||
$sub_part = '_structure';
|
||||
require('./db_details_db_info.php');
|
||||
echo "\n";
|
||||
|
||||
/**
|
||||
* Show result of multi submit operation
|
||||
*/
|
||||
if ((!empty($submit_mult) && isset($selected_tbl))
|
||||
|| isset($mult_btn)) {
|
||||
PMA_showMessage($strSuccess);
|
||||
}
|
||||
}
|
||||
|
||||
if (PMA_MYSQL_INT_VERSION >= 40101) {
|
||||
|
@@ -1484,7 +1484,7 @@ if ($is_minimum_common == FALSE) {
|
||||
// Reloads the navigation frame via JavaScript if required
|
||||
if (isset($GLOBALS['reload']) && $GLOBALS['reload']) {
|
||||
echo "\n";
|
||||
$reload_url = './left.php?' . PMA_generate_common_url((isset($GLOBALS['db']) ? $GLOBALS['db'] : ''), '', '&')
|
||||
$reload_url = './left.php?' . PMA_generate_common_url((isset($GLOBALS['db']) ? $GLOBALS['db'] : ''), '', '&');
|
||||
?>
|
||||
<script type="text/javascript" language="javascript1.2">
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user