diff --git a/ChangeLog b/ChangeLog index b8ea83ca7..e15d46a5e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-11-07 Alexander M. Turek + * libraries/config_import.lib.php3: Fixed a small inconsistance. + 2002-11-06 Alexander M. Turek * translators.html, lang/*.inc.php3: Fixed some typos. diff --git a/libraries/config_import.lib.php3 b/libraries/config_import.lib.php3 index 402c71c8e..f4a43d34d 100644 --- a/libraries/config_import.lib.php3 +++ b/libraries/config_import.lib.php3 @@ -526,7 +526,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) { : ''; unset($cfgBrowseMarkRow); } else { - $cfg['BrowseMarkerColor'] = ''; + $cfg['BrowseMarkerColor'] = '#FFCC99'; } }