improved compatibility with older config files

This commit is contained in:
Loïc Chapeaux
2002-04-17 19:59:31 +00:00
parent 4050a2f730
commit f3c7784b7f

View File

@@ -125,7 +125,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
$cfgBrowsePointerColor = ''; $cfgBrowsePointerColor = '';
} }
if (!isset($cfgBrowseMarkerColor)) { if (!isset($cfgBrowseMarkerColor)) {
$cfgBrowseMarkerColor = (!empty($cfgBrowsePointerColor)) $cfgBrowseMarkerColor = (!empty($cfgBrowsePointerColor) && !empty($cfgBrowseMarkRow))
? '#FFCC99' ? '#FFCC99'
: ''; : '';
} }