mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +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,
|
'contact_owner' => 0,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
return $this->data2xmlrpc(array_merge($this->contacts->old_read(
|
$searchResults = $this->contacts->old_read(
|
||||||
(int) $param['start'],
|
(int) $param['start'],
|
||||||
(int) $param['limit'],
|
(int) $param['limit'],
|
||||||
$param['fields'],
|
$param['fields'],
|
||||||
@ -373,7 +373,10 @@ class boaddressbook
|
|||||||
$param['order'],
|
$param['order'],
|
||||||
$param['lastmod'] ? $param['lastmod'] : -1,
|
$param['lastmod'] ? $param['lastmod'] : -1,
|
||||||
$param['cquery']
|
$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