]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/calendar/serv_calendar.c
CtdlGetSysConfig() and CtdlPutSysConfig() now have the ability to store large configu...
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index 55d64d9ff02e52553dec05e41c0dc3615359f5ef..0a9090d171de519ed68b9bd281fabb20fcde7b38 100644 (file)
@@ -120,7 +120,6 @@ void ical_write_to_cal(struct ctdluser *u, icalcomponent *cal) {
                        serlen + 1,             /* length */
                        u,                      /* which user */
                        0,                      /* not binary */
-                       0,                      /* don't delete others of this type */
                        0                       /* no flags */
                );
        }