mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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();
|
$changed = array();
|
||||||
foreach($only_org_fields ? $this->org_fields : array_keys($this->contact_fields) as $name)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user