FIX : travis
This commit is contained in:
parent
e00dcb4f73
commit
0f6d29549b
@ -458,7 +458,7 @@ function DisplayPositionList()
|
||||
// Add fields from extrafields
|
||||
if (!empty($extrafields->attributes[$object->table_element]['label'])) {
|
||||
foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $val) {
|
||||
$sql .= ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate' ? ", ef." . $key . ' as options_' . $key . ', ' : '');
|
||||
$sql .= ($extrafields->attributes[$object->table_element]['type'][$key] != 'separate' ? ", ef." . $key . " as options_" . $key . ', ' : '');
|
||||
}
|
||||
}
|
||||
// Add fields from hooks
|
||||
|
||||
Loading…
Reference in New Issue
Block a user