fix run_query

This commit is contained in:
Alexey Shpakovsky 2021-05-30 16:40:03 +02:00
parent f18cad70c2
commit 0199f585df
No known key found for this signature in database
GPG Key ID: 5797A726A2A4230A
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class abook_carddav extends addressbook_backend {
* * or array of addresses (arrays)
*/
function run_query($query, $match_all=false, $limit=0) {
$ret = array();
// TODO: add nickname to list of fields if $this->writeable
$all=$this->abook->query($query,["FN", "N", "EMAIL", "ORG"],$match_all,$limit);
/*