]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed typo when printing footer
authormoodler <moodler>
Thu, 12 Aug 2004 07:48:00 +0000 (07:48 +0000)
committermoodler <moodler>
Thu, 12 Aug 2004 07:48:00 +0000 (07:48 +0000)
calendar/preferences.php

index 5a134a3e74250f2e7f6db491226537551ca17cc1..3513c6457b174d11c90bb094f59f44a248f291c0 100644 (file)
@@ -78,6 +78,6 @@
        include("preferences.html");
     print_simple_box_end();
 
-    print_footer($course->id);
+    print_footer($course);
 
 ?>