]> code.citadel.org Git - citadel.git/blobdiff - webcit/event.c
* When saving VTODO (tasks), insert a UID if none is already present. Also
[citadel.git] / webcit / event.c
index 2ee0040524b893cfe980dbf480544dd1a3db44f0..d7ed702a619aa9cc0e6431d1f49bfe3ba24fae32 100644 (file)
@@ -46,8 +46,8 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum)
        icalproperty *attendee = NULL;
        char attendee_string[SIZ];
        char buf[SIZ];
-       int i;
        int organizer_is_me = 0;
+       int i;
        int sequence = 0;
 
        now = time(NULL) % 60;          /* mod 60 to force :00 seconds */