From 468238bd0801f4d8b7a7fdeb435debecca89a985 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 24 May 2011 10:35:04 -0400 Subject: [PATCH 1/2] bug #3306958 [interface] Unnecessary Details slider --- ChangeLog | 1 + tbl_structure.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63fbbea101..3935ec69ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ - bug #3305883 [interface] Table is dropped regardless of confirmation - [auth] Fixed error handling for signon auth method. - bug #3276001 [core] Avoid caching of index.php. +- bug #3306958 [interface] Unnecessary Details slider 3.4.1.0 (2011-05-20) - bug #3301108 [interface] Synchronize and already configured host diff --git a/tbl_structure.php b/tbl_structure.php index 9878b9e263..febfbf4285 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -700,8 +700,6 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { Date: Tue, 24 May 2011 10:51:26 -0400 Subject: [PATCH 2/2] Put back the div that was generated by previous slider --- tbl_structure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbl_structure.php b/tbl_structure.php index febfbf4285..e2a436ded1 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -706,6 +706,7 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { // BEGIN - Calc Table Space // Get valid statistics whatever is the table type if ($cfg['ShowStats']) { + echo '
'; if (empty($showtable)) { $showtable = PMA_Table::sGetStatusInfo($GLOBALS['db'], $GLOBALS['table'], null, true); } @@ -924,7 +925,7 @@ if ($cfg['ShowStats']) { - +