They only appear in 7.2 (and possibly earlier) though, so that's Roxen business. ;-)
/ Johan Sundström, Lysator
Previous text:
2003-10-08 11:21: Subject: Calendar.Event fix
While trying what shown about Calendar.Event during the pike conference, i noticed that french events was broken:
indices(Calendar.Events["fr"]);
Events: Adding undefined event " Add "c/all saint" h # "All Saint's Day" Fixed Nov 1" /sw/lib/pike/pike7.2/modules/Calendar.pmod/Events.pmod:304: find_region("fr") /sw/lib/pike/pike7.2/modules/Calendar.pmod/Events.pmod:373: magic_event("fr") /sw/lib/pike/pike7.2/modules/Calendar.pmod/Events.pmod:358: `[]("fr") -:1: ___Foo4711()
Replacing "c/all saint" by "c/all saints" in the fr section in the regional file fixed the problem.
This problem appear in gf and hr as well.
-- Bertrand LUPART
/ Brevbäraren