X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fical_subst.c;fp=webcit%2Fical_subst.c;h=aceb56c2816fc5d395db745c29e2464287375f6b;hp=852fcc87b03aac7e97297b51e6263616267790fa;hb=5d38a76f8f06640e3a3f097d584ac52336110f7c;hpb=3326831584e637a75ba7bb33c4a8e9d0427e89d4 diff --git a/webcit/ical_subst.c b/webcit/ical_subst.c index 852fcc87b..aceb56c28 100644 --- a/webcit/ical_subst.c +++ b/webcit/ical_subst.c @@ -15,7 +15,7 @@ extern IcalEnumMap icalproperty_kind_map[]; HashList *IcalComponentMap = NULL; - +CtxType CTX_ICAL = CTX_NONE; #if 0 void SortPregetMatter(HashList *Cals) { @@ -123,6 +123,7 @@ void InitModule_ICAL_SUBST (void) { + RegisterCTX(CTX_ICAL); CreateIcalComponendKindLookup (); }