Fixing style errors.
This commit is contained in:
parent
01bcd93580
commit
3c74a3272c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user