From f45411f79d5795d833653554330d3eb38634c8a0 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 13 May 2012 12:25:26 +0200 Subject: [PATCH] fix another php notice --- apps/calendar/ajax/event/new.form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/calendar/ajax/event/new.form.php b/apps/calendar/ajax/event/new.form.php index f47cb6c3e2a..91b85fff07f 100755 --- a/apps/calendar/ajax/event/new.form.php +++ b/apps/calendar/ajax/event/new.form.php @@ -57,6 +57,7 @@ $tmpl->assign('repeat_byweekno_options', $repeat_byweekno_options); $tmpl->assign('repeat_bymonthday_options', $repeat_bymonthday_options); $tmpl->assign('repeat_weekofmonth_options', $repeat_weekofmonth_options); +$tmpl->assign('eventid', 'new'); $tmpl->assign('startdate', $start->format('d-m-Y')); $tmpl->assign('starttime', $start->format('H:i')); $tmpl->assign('enddate', $end->format('d-m-Y')); -- 2.39.5