Fixing style errors.

This commit is contained in:
stickler-ci 2022-03-24 08:41:13 +00:00
parent f70ceb9398
commit efbaf030ec

View File

@ -723,8 +723,7 @@ if (GETPOST('button_removefilter', 'alpha') || GETPOST('button_removefilter.x',
$search_code = ''; $search_code = '';
} }
if (empty($reshook)) if (empty($reshook)) {
{
// Actions add or modify an entry into a dictionary // Actions add or modify an entry into a dictionary
if (GETPOST('actionadd') || GETPOST('actionmodify')) { if (GETPOST('actionadd') || GETPOST('actionmodify')) {
$listfield = explode(',', str_replace(' ', '', $tabfield[$id])); $listfield = explode(',', str_replace(' ', '', $tabfield[$id]));