* fix_scrollbar_bug is now a class instead of an id. Fixes validator warnings.
[citadel.git] / webcit / groupdav_propfind.c
index be3eaeb7c33540e8f0bb37b5e7305d6b846b9cef..2385d9900fdc7cc3186fe0f9eb80726f93e63e2e 100644 (file)
@@ -36,7 +36,7 @@ long locate_message_by_uid(char *uid) {
        /* Decode the uid */
        euid_unescapize(decoded_uid, uid);
 
-       serv_puts("EUID %s", decoded_uid);
+       serv_printf("EUID %s", decoded_uid);
        serv_getln(buf, sizeof buf);
        if (buf[0] == '2') {
                retval = extract_long(&buf[4], 0);
@@ -105,9 +105,9 @@ void groupdav_folder_list(void) {
                        wprintf("<D:propstat>");
                        wprintf("<D:status>HTTP/1.1 200 OK</D:status>");
                        wprintf("<D:prop>");
-                       wprintf("<D:displayname>");
+                       wprintf("<D:fullname>");
                        escputs(roomname);
-                       wprintf("</D:displayname>");
+                       wprintf("</D:fullname>");
                        wprintf("<D:resourcetype><D:collection/>");
 
                        switch(view) {
@@ -158,9 +158,11 @@ void groupdav_propfind(char *dav_pathname) {
        extract_token(dav_roomname, dav_pathname, 2, '/', sizeof dav_roomname);
        extract_token(dav_uid, dav_pathname, 3, '/', sizeof dav_uid);
 
+       /*
        lprintf(9, "dav_pathname: %s\n", dav_pathname);
        lprintf(9, "dav_roomname: %s\n", dav_roomname);
        lprintf(9, "     dav_uid: %s\n", dav_uid);
+       */
 
        /*
         * If the room name is blank, the client is requesting a