diff --git a/lib/modules/Calendar.pmod/Event.pmod b/lib/modules/Calendar.pmod/Event.pmod index c9509dd124465f47ac2ec2e2b93d761b2e614ae5..bac8995059e3f1b1f7a604244b3eef62707173dc 100644 --- a/lib/modules/Calendar.pmod/Event.pmod +++ b/lib/modules/Calendar.pmod/Event.pmod @@ -1002,9 +1002,9 @@ class SuperEvent array(Event) other_events=({}); - static void create(array(Event) _events, - void|mapping(Event:multiset(string)) _flags, - void|string _id) +/*static*/ void create(array(Event) _events, + void|mapping(Event:multiset(string)) _flags, + void|string _id) { if (_id) id=_id;