From: moodler Date: Thu, 12 Aug 2004 07:48:00 +0000 (+0000) Subject: Fixed typo when printing footer X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=77ec198a93e2092bf01b27cec0e3d368de44ca7b;p=moodle.git Fixed typo when printing footer --- diff --git a/calendar/preferences.php b/calendar/preferences.php index 5a134a3e74..3513c6457b 100644 --- a/calendar/preferences.php +++ b/calendar/preferences.php @@ -78,6 +78,6 @@ include("preferences.html"); print_simple_box_end(); - print_footer($course->id); + print_footer($course); ?>