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

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