From a5d162ccfa9e1c054230378149096c5dbf557054 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 14 May 2010 22:14:20 +1200 Subject: [PATCH] Fix typo. --- inc/caldav-client.php | 1 + 1 file changed, 1 insertion(+) 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