[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_1RC1-1974-g468238b

The branch, master has been updated via 468238bd0801f4d8b7a7fdeb435debecca89a985 (commit) from 1835d93534d7e82b10c4e08805204b5d10459e63 (commit) - Log ----------------------------------------------------------------- commit 468238bd0801f4d8b7a7fdeb435debecca89a985 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 63fbbea..3935ec6 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 9878b9e..febfbf4 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 -- phpMyAdmin
participants (1)
-
Marc Delisle