X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar_tools.c;h=d62cb8296907e4f39606297176ea92b3350e4675;hb=bcc57555b49c86b9c613339627c1eef150979d92;hp=58e62146f4515055f2e0c60b71107f048be19d06;hpb=69dac1a73084f891fbda01ca45151bba3e9b2075;p=citadel.git diff --git a/webcit/calendar_tools.c b/webcit/calendar_tools.c index 58e62146f..d62cb8296 100644 --- a/webcit/calendar_tools.c +++ b/webcit/calendar_tools.c @@ -49,6 +49,9 @@ void display_icaltimetype_as_webform(struct icaltimetype *t, char *prefix) { struct tm tm; const int span = 10; int all_day_event = 0; + time_t monthselect_time; + struct tm monthselect_tm; + char monthselect_str[32]; char calhourformat[16]; get_preference("calhourformat", calhourformat, sizeof calhourformat); @@ -70,10 +73,13 @@ void display_icaltimetype_as_webform(struct icaltimetype *t, char *prefix) { wprintf(_("Month: ")); wprintf("\n");