]> git.mjollnir.org Git - moodle.git/commitdiff
Missed some $COURSE conversion
authormoodler <moodler>
Wed, 13 Sep 2006 05:33:09 +0000 (05:33 +0000)
committermoodler <moodler>
Wed, 13 Sep 2006 05:33:09 +0000 (05:33 +0000)
lib/weblib.php

index 77f00ca912a297cfda954f87681edc39b58bc3f8..9c7a5577ae127dceeb081c4fa89b4e6578376957 100644 (file)
@@ -2248,7 +2248,7 @@ function print_header_simple($title='', $heading='', $navigation='', $focus='',
         $shortname = '<a href="'.$CFG->wwwroot.'/course/view.php?id='. $COURSE->id .'">'. $COURSE->shortname .'</a> ->';
     }
 
-    $output = print_header($COURSE->shortname .': '. $title, $course->fullname .' '. $heading, $shortname .' '. $navigation, $focus, $meta,
+    $output = print_header($COURSE->shortname .': '. $title, $COURSE->fullname .' '. $heading, $shortname .' '. $navigation, $focus, $meta,
                            $cache, $button, $menu, $usexml, $bodytags, true);
 
     if ($return) {