From: Art Cancro Date: Tue, 6 Sep 2011 21:20:06 +0000 (-0400) Subject: Test commit 2 X-Git-Tag: v8.01~57^2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=36c434f2f80b50cb6d639de046ad33eae72dd885 Test commit 2 --- diff --git a/webcit/groupdav_get.c b/webcit/groupdav_get.c index b99e7caaf..fa53c1fe3 100644 --- a/webcit/groupdav_get.c +++ b/webcit/groupdav_get.c @@ -154,8 +154,7 @@ void groupdav_get(void) return; } - /** GET on the collection itself returns an ICS of the entire collection. - */ + /* GET on the collection itself returns an ICS of the entire collection. */ if (StrLength(dav_uid) == 0) { groupdav_get_big_ics(); FreeStrBuf(&dav_roomname);