Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-16 14:58:57 +00:00
parent f8fcf7c16b
commit 37f44f4a07

View File

@ -643,7 +643,7 @@ class AdvanceTargetingMailing extends CommonObject
} elseif ($extrafields->attributes[$elementtype]['type'][$key] == 'link') { } elseif ($extrafields->attributes[$elementtype]['type'][$key] == 'link') {
if ($arrayquery['options_'.$key] > 0){ if ($arrayquery['options_'.$key] > 0){
$sqlwhere[]= " (te.".$key." = ".$arrayquery['options_'.$key].")"; $sqlwhere[]= " (te.".$key." = ".$arrayquery['options_'.$key].")";
} }
} else { } else {
if (is_array($arrayquery['options_'.$key])) { if (is_array($arrayquery['options_'.$key])) {
$sqlwhere[]= " (te.".$key." IN ('".implode("','", $arrayquery['options_'.$key])."'))"; $sqlwhere[]= " (te.".$key." IN ('".implode("','", $arrayquery['options_'.$key])."'))";