mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
Fix PHP warning
This commit is contained in:
@@ -390,7 +390,7 @@ select
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
|
||||
<?php if (!empty($GLOBALS['cfg']['BrowseMarkerColor'])) { ?>
|
||||
/* marked items */
|
||||
|
||||
div#left_tableList > ul li.marked > a,
|
||||
|
||||
Reference in New Issue
Block a user