diff --git a/ChangeLog b/ChangeLog index 9d667df3b..9c84d0f14 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ now also accepts an array of database names not only a single name * libraries/common.lib.php: PMA_getTableList(): added second parameter to pass tables (if already fetched from db) + * left.php: make use of new functionality in PMA_getTableList() and + PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0) 2006-01-12 Marc Delisle * Documentation.html: typo, thanks to Cédric Corazza diff --git a/left.php b/left.php index a8ad74a0a..71a5cf0ab 100644 --- a/left.php +++ b/left.php @@ -58,7 +58,7 @@ require_once('./libraries/header_http.inc.php'); * Displays the frame */ // remove vertical scroll bar bug in ie -echo ""; +echo ''; ?> @@ -133,6 +133,11 @@ if ( $num_dbs === 0 ) { } elseif ( $GLOBALS['cfg']['LeftFrameLight'] && $num_dbs > 1 ) { // more than one database available and LeftFrameLight is true // display db selectbox + // + // Light mode -> beginning of the select combo for databases + // Note: When javascript is active, the frameset will be changed from + // within left.php. With no JS (