mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Uncomment the addressbook-query report.
This commit is contained in:
parent
e87ae9ac63
commit
7ab8a3a3bb
@ -506,7 +506,7 @@ EOSQL;
|
||||
$this->supported_reports = array_merge(
|
||||
$this->supported_reports,
|
||||
array(
|
||||
// 'urn:ietf:params:xml:ns:carddav:addressbook-query' => '',
|
||||
'urn:ietf:params:xml:ns:carddav:addressbook-query' => '',
|
||||
'urn:ietf:params:xml:ns:carddav:addressbook-multiget' => ''
|
||||
)
|
||||
);
|
||||
|
||||
@ -795,7 +795,7 @@ EOQRY;
|
||||
$this->supported_reports = array_merge(
|
||||
$this->supported_reports,
|
||||
array(
|
||||
// 'urn:ietf:params:xml:ns:carddav:addressbook-query' => '',
|
||||
'urn:ietf:params:xml:ns:carddav:addressbook-query' => '',
|
||||
'urn:ietf:params:xml:ns:carddav:addressbook-multiget' => ''
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user