]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
* Polish up the meeting reply code.
[citadel.git] / webcit / event.c
index 93632f6a21dac0a322891c65cc3daf6a6e8e0ec2..11ece54543922a827954ffa17bd6cd490db3b8ca 100644 (file)
@@ -59,12 +59,14 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
                "</FONT></TD></TR></TABLE><BR>\n"
        );
 
+       /************************************************************
+        * Uncomment this to see the UID in calendar events for debugging
        wprintf("UID == ");
        p = icalcomponent_get_first_property(vevent, ICAL_UID_PROPERTY);
        if (p != NULL) {
                escputs((char *)icalproperty_get_comment(p));
        }
-       wprintf(" (FIXME remove this when done)<BR>\n");
+       *************************************************************/
 
        wprintf("<FORM METHOD=\"POST\" ACTION=\"/save_event\">\n");
        wprintf("<INPUT TYPE=\"hidden\" NAME=\"msgnum\" VALUE=\"%ld\">\n",