mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
"Patch for changing a empty org field, when changing all fields for all members of organisations"
This commit is contained in:
parent
fa140e80ee
commit
968be31df1
@ -747,7 +747,7 @@ class addressbook_bo extends addressbook_so
|
||||
$changed = array();
|
||||
foreach($only_org_fields ? $this->org_fields : array_keys($this->contact_fields) as $name)
|
||||
{
|
||||
if (!isset($from[$name]) || in_array($name,array('modified','modifier'))) // never count these
|
||||
if (in_array($name,array('modified','modifier'))) // never count these
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user