forked from extern/egroupware
fix to not return non_contact_fields(owner,access,cat_id,...) as extra_fields
This commit is contained in:
parent
620eb15fc4
commit
31f6198f72
@ -146,7 +146,7 @@
|
||||
$stock_fields[$field] = $value;
|
||||
$stock_fieldnames[$field] = $this->stock_contact_fields[$field];
|
||||
}
|
||||
else
|
||||
elseif (!isset($this->non_contact_fields[$field]))
|
||||
{
|
||||
$extra_fields[$field] = $value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user