mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Addressbook - find titles for contacts marked deleted too
Previously returned '' if a contact was marked as deleted
This commit is contained in:
parent
c259893926
commit
673bd330c9
@ -1535,7 +1535,7 @@ class Contacts extends Contacts\Storage
|
|||||||
function link_titles(array $ids)
|
function link_titles(array $ids)
|
||||||
{
|
{
|
||||||
$titles = array();
|
$titles = array();
|
||||||
if (($contacts =& $this->search(array('contact_id' => $ids),false)))
|
if (($contacts =& $this->search(array('contact_id' => $ids),false,'',$extra_cols='','',False,'AND',False,array('tid'=>null))))
|
||||||
{
|
{
|
||||||
$ids = array();
|
$ids = array();
|
||||||
foreach($contacts as $contact)
|
foreach($contacts as $contact)
|
||||||
|
Loading…
Reference in New Issue
Block a user