"fix for bug #2106 - Addressbook warning message when deleting LDAP contact"

This commit is contained in:
Ralf Becker 2009-06-01 19:13:48 +00:00
parent 608697c1d4
commit af18ea1f7d

View File

@ -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(