fixed a small inconsistance

This commit is contained in:
Alexander M. Turek
2002-11-07 19:26:56 +00:00
parent 8067c603ac
commit ec7e786d87
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-11-07 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/config_import.lib.php3: Fixed a small inconsistance.
2002-11-06 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html, lang/*.inc.php3: Fixed some typos.

View File

@@ -526,7 +526,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
: '';
unset($cfgBrowseMarkRow);
} else {
$cfg['BrowseMarkerColor'] = '';
$cfg['BrowseMarkerColor'] = '#FFCC99';
}
}