Fixing style errors.

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

View File

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