Uncomment the addressbook-query report.

This commit is contained in:
Andrew McMillan 2010-09-14 13:51:28 +12:00
parent e87ae9ac63
commit 7ab8a3a3bb
2 changed files with 2 additions and 2 deletions

View File

@ -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' => ''
)
);

View File

@ -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' => ''
)
);