Fixing style errors.

This commit is contained in:
stickler-ci 2023-04-02 10:07:36 +00:00
parent 01bcd93580
commit 3c74a3272c

View File

@ -1084,9 +1084,9 @@ class ExtraFields
continue; continue;
} }
if (($pipepos = strpos ($val, '|')) > 0) { if (($pipepos = strpos($val, '|')) > 0) {
// Select-Field depending on other field, remove extra data from value // Select-Field depending on other field, remove extra data from value
$val = substr ($val, 0, $pipepos); $val = substr($val, 0, $pipepos);
} }
if ($langfile && $val) { if ($langfile && $val) {