default value
This commit is contained in:
@@ -125,7 +125,9 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
|
||||
$cfgBrowsePointerColor = '';
|
||||
}
|
||||
if (!isset($cfgBrowseMarkerColor)) {
|
||||
$cfgBrowseMarkerColor = '';
|
||||
$cfgBrowseMarkerColor = (!empty($cfgBrowsePointerColor))
|
||||
? '#FFCC99'
|
||||
: '';
|
||||
}
|
||||
if (!isset($cfgTextareaCols)) {
|
||||
$cfgTextareaCols = 40;
|
||||
|
Reference in New Issue
Block a user