From 7ab8a3a3bb4eabc5a056953344aaa0dd8394d963 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 14 Sep 2010 13:51:28 +1200 Subject: [PATCH] Uncomment the addressbook-query report. --- inc/CalDAVRequest.php | 2 +- inc/DAVResource.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/CalDAVRequest.php b/inc/CalDAVRequest.php index d9ce5c17..32f77ee0 100644 --- a/inc/CalDAVRequest.php +++ b/inc/CalDAVRequest.php @@ -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' => '' ) ); diff --git a/inc/DAVResource.php b/inc/DAVResource.php index cb419ba0..baf583f8 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -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' => '' ) );