From d37d08a37a268cf8903f2a3c0381f869f4ec364a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 10 Apr 2002 18:03:20 +0000 Subject: [PATCH] left light mode is no long experimental --- ChangeLog | 4 ++++ config.inc.php3 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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...