From 050c78c41d218f950449343a673fad16f9a28aa0 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 13 Sep 2006 05:33:09 +0000 Subject: [PATCH] Missed some $COURSE conversion --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 77f00ca912..9c7a5577ae 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2248,7 +2248,7 @@ function print_header_simple($title='', $heading='', $navigation='', $focus='', $shortname = ''. $COURSE->shortname .' ->'; } - $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) { -- 2.39.5