mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
"patch from Lorentz <lorentz(at)friendship-systems.com>"
This commit is contained in:
parent
71960a6d02
commit
678baad83f
@ -363,7 +363,7 @@ class boaddressbook
|
||||
'contact_owner' => 0,
|
||||
));
|
||||
}
|
||||
return $this->data2xmlrpc(array_merge($this->contacts->old_read(
|
||||
$searchResults = $this->contacts->old_read(
|
||||
(int) $param['start'],
|
||||
(int) $param['limit'],
|
||||
$param['fields'],
|
||||
@ -373,7 +373,10 @@ class boaddressbook
|
||||
$param['order'],
|
||||
$param['lastmod'] ? $param['lastmod'] : -1,
|
||||
$param['cquery']
|
||||
),$extra_accounts),$read_customfields);
|
||||
);
|
||||
if (!is_array($searchResults)) $searchResults = array();
|
||||
|
||||
return $this->data2xmlrpc(array_merge($searchResults,$extra_accounts),$read_customfields);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user