Update extrafields.class.php
This commit is contained in:
parent
e53d9d4320
commit
5b3fcc5e43
@ -1948,6 +1948,10 @@ class ExtraFields
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && (! in_array($this->attributes[$object->table_element]['type'][$key], array('boolean', 'chkbxlst')))) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
$key_type = $this->attributes[$object->table_element]['type'][$key];
|
$key_type = $this->attributes[$object->table_element]['type'][$key];
|
||||||
if ($key_type == 'separate') {
|
if ($key_type == 'separate') {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user