diff --git a/ChangeLog b/ChangeLog index 33ba3e002..d531e7a22 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-04-10 Alexander M. Turek + * config.inc.php3, line 73: removed the "experimental" warning for the + "cfgLeftFrameLight" setting. + 2002-04-10 Marc Delisle * lang/chinese* update thanks to Siu Sun (siusun) diff --git a/config.inc.php3 b/config.inc.php3 index 71b54afb9..0a78a9108 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -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...