From 3e90135f20b38fbb1d0f358d405d47496a20dd93 Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Wed, 27 Sep 2000 10:28:09 +0200 Subject: [PATCH] bugfix Rev: lib/modules/Calendar.pmod/Event.pmod:1.7 --- lib/modules/Calendar.pmod/Event.pmod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/modules/Calendar.pmod/Event.pmod b/lib/modules/Calendar.pmod/Event.pmod index c9509dd124..bac8995059 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; -- GitLab