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