From 174f5616b291cac2c6fb86579d69b7e1da9b20f1 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 30 Mar 2005 17:34:35 +0000 Subject: [PATCH] *** empty log message *** --- webcit/groupdav_put.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/webcit/groupdav_put.c b/webcit/groupdav_put.c index ad5f6927e..c6ced17b6 100644 --- a/webcit/groupdav_put.c +++ b/webcit/groupdav_put.c @@ -71,12 +71,12 @@ void groupdav_put(char *dav_pathname, char *dav_ifmatch, return; } - /* Ugly hack to mess with the content type. KOrganizer is either + /********************** + * Ugly hack to mess with the content type. KOrganizer is either * not supplying one, or supplying the wrong one. - * FIXME - remove this after KOrg gets fixed. - */ + * (Commented out because Reinhold has fixed this bug in KOrg.) strcpy(dav_content_type, supplied_content_type); - /* lprintf(9, "Supplied content type: %s\n", dav_content_type); */ + lprintf(9, "Supplied content type: %s\n", dav_content_type); switch (WC->wc_view) { case VIEW_ADDRESSBOOK: strcpy(dav_content_type, "text/x-vcard"); @@ -90,7 +90,8 @@ void groupdav_put(char *dav_pathname, char *dav_ifmatch, default: break; } - /* lprintf(9, " Forced content type: %s\n", dav_content_type); */ + lprintf(9, " Forced content type: %s\n", dav_content_type); + ******************/ /* * If an HTTP If-Match: header is present, the client is attempting -- 2.39.2