Test commit 2
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 6 Sep 2011 21:20:06 +0000 (17:20 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 6 Sep 2011 21:20:06 +0000 (17:20 -0400)
webcit/groupdav_get.c

index b99e7caaf80c008ec1cfefcb7052169ccbabaefd..fa53c1fe3d9087aa37c05d16e49f1b8249884be1 100644 (file)
@@ -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);