From 80a9456eee03f51ffa9e59a85eb7b7a626d03d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Sun, 17 Oct 2010 23:12:19 +0000 Subject: [PATCH] cleanup forgotten test code in GroupDAV --- phpgwapi/inc/class.groupdav_principals.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpgwapi/inc/class.groupdav_principals.inc.php b/phpgwapi/inc/class.groupdav_principals.inc.php index e39f022035..f5754dc476 100644 --- a/phpgwapi/inc/class.groupdav_principals.inc.php +++ b/phpgwapi/inc/class.groupdav_principals.inc.php @@ -265,8 +265,6 @@ class groupdav_principals extends groupdav_handler $this->base_uri.'/'.$owner.'/'); } } - $addressbooks[] = HTTP_WebDAV_Server::mkprop('href', - $this->base_uri.'/DAB/'); $cal_bo = new calendar_bo(); foreach ($cal_bo->list_cals() as $label => $entry) {