diff --git a/inc/caldav-client.php b/inc/caldav-client.php index 23d85f0d..428a3f17 100644 --- a/inc/caldav-client.php +++ b/inc/caldav-client.php @@ -85,6 +85,7 @@ class CalDAVClient { $this->headers[] = sprintf( "%s-Match: %s", ($match ? "If" : "If-None"), $etag); } + /* * Add a Depth: header. Valid values are 0, 1 or infinity * * @param int $depth The depth, default to infinity