default value

This commit is contained in:
Marc Delisle
2002-04-17 02:03:44 +00:00
parent f29ef12111
commit 27e44cee81

View File

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