From: moodler Date: Thu, 11 Jan 2007 08:24:24 +0000 (+0000) Subject: FIxed bogus header X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e564721a132a420a5292ef6bba0d410a69987db9;p=moodle.git FIxed bogus header --- diff --git a/calendar/event.php b/calendar/event.php index bc6e76a579..1588af137d 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -265,7 +265,7 @@ } print_header($site->shortname.': '.$strcalendar.': '.$title, $strcalendar, $nav.' -> '.$title, - 'eventform.name', '', true, 'new.name', user_login_string($site)); + 'eventform.name', '', true, '', user_login_string($site)); echo calendar_overlib_html();