mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02:00
fix to not return non_contact_fields(owner,access,cat_id,...) as extra_fields
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user