left light mode is no long experimental

This commit is contained in:
Loïc Chapeaux
2002-04-10 18:03:20 +00:00
parent 4f17265853
commit d37d08a37a
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-04-10 Alexander M. Turek <rabus@users.sourceforge.net>
* config.inc.php3, line 73: removed the "experimental" warning for the
"cfgLeftFrameLight" setting.
2002-04-10 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese* update thanks to Siu Sun (siusun)

View File

@@ -116,7 +116,7 @@ $cfgLoginCookieRecall = TRUE; // recall previous login in cookie auth. mod
// Left frame setup
$cfgLeftFrameLight = TRUE; // use a select-based menu and display only the
// current tables in the left frame. (experimental)
// current tables in the left frame.
$cfgShowTooltip = TRUE; // display table comment as tooltip in left frame
// In the main frame, at startup...