From 89fdaa76912cfbe40723fd14aeab3d71625d05bb Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 14 Nov 2011 11:54:59 +0000 Subject: [PATCH] disabled NOT working addressbook-findshared report, which is only used in 10.6, but currently creates and error with 10.6 addressbook --- phpgwapi/inc/class.groupdav_principals.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.groupdav_principals.inc.php b/phpgwapi/inc/class.groupdav_principals.inc.php index 2fdb0110f1..b65924653c 100644 --- a/phpgwapi/inc/class.groupdav_principals.inc.php +++ b/phpgwapi/inc/class.groupdav_principals.inc.php @@ -62,10 +62,11 @@ class groupdav_principals extends groupdav_handler /*'expand-property' => array( // an other report calendarserver announces ),*/ + /* seems only be used 'til OS X 10.6, no longer in 10.7 'addressbook-findshared' => array( 'ns' => groupdav::ADDRESSBOOKSERVER, 'method' => 'addressbook_findshared_report', - ), + ),*/ ); /** @@ -163,6 +164,7 @@ class groupdav_principals extends groupdav_handler * @param int $user account_id * @return mixed boolean true on success, false on failure or string with http status (eg. '404 Not Found') */ + /* Seens only to work 'til OS X 10.6, no longer in 10.7 AND response seems NOT correct for 10.6 function addressbook_findshared_report($path,$options,&$files,$user) { error_log(__METHOD__."('$path', ".array2string($options).",, $user)"); @@ -176,7 +178,7 @@ class groupdav_principals extends groupdav_handler error_log(__METHOD__."() ".array2string($f)); } return true; - } + }*/ /** * Handle principal-property-search report