mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
"fix for bug #2106 - Addressbook warning message when deleting LDAP contact"
This commit is contained in:
parent
608697c1d4
commit
af18ea1f7d
@ -259,7 +259,8 @@ class addressbook_so
|
||||
$this->account_extra_search = array('uid');
|
||||
}
|
||||
}
|
||||
if ($this->contact_repository == 'sql' || $this->contact_repository = 'sql-ldap') {
|
||||
if ($this->contact_repository == 'sql' || $this->contact_repository == 'sql-ldap')
|
||||
{
|
||||
$tda2list = $this->db->get_table_definitions('phpgwapi','egw_addressbook2list');
|
||||
$tdlists = $this->db->get_table_definitions('phpgwapi','egw_addressbook_lists');
|
||||
$this->distributionlist_tabledef = array('fd' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user