mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
allows to limit contact synchronization to specific an addressbook and distribution list (thanks to Zorg)
This commit is contained in:
parent
3188333c45
commit
2d89868180
@ -1544,6 +1544,11 @@ class addressbook_bo extends addressbook_so
|
||||
$no_addr_one = array();
|
||||
$no_addr_two = array();
|
||||
|
||||
if (!empty($contact['owner']))
|
||||
{
|
||||
$columns_to_search += array('owner');
|
||||
}
|
||||
|
||||
$backend =& $this->get_backend();
|
||||
|
||||
// define filter for empty address one
|
||||
|
Loading…
Reference in New Issue
Block a user