From ec7e786d872c4a222122ca7ec2d0d43f9a111614 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 7 Nov 2002 19:26:56 +0000 Subject: [PATCH] fixed a small inconsistance --- ChangeLog | 3 +++ libraries/config_import.lib.php3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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'; } }