The branch, QA_3_4 has been updated via 24a77645339b9cb32c524456a10dcd0272fdb926 (commit) from c76187732bea3c95c6beab20229c9584803396f4 (commit)
- Log ----------------------------------------------------------------- commit 24a77645339b9cb32c524456a10dcd0272fdb926 Author: Marc Delisle marc@infomarc.info Date: Tue May 24 10:35:04 2011 -0400
bug #3306958 [interface] Unnecessary Details slider
-----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + tbl_structure.php | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 07a810a..c7dd43f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,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 99ec0e9..bb4cc06 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -700,8 +700,6 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { <?php }
-PMA_generate_slider_effect('tablestatistics', __('Details...')); - /** * Displays Space usage and row statistics */
hooks/post-receive