From: martinlanghoff Date: Thu, 28 Sep 2006 00:08:50 +0000 (+0000) Subject: Fix for breadcrumb problem (MDL-6271). X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6402cd46797f66d4fe9d3a642517018aeb5835c7;p=moodle.git Fix for breadcrumb problem (MDL-6271). --- diff --git a/course/enrol.php b/course/enrol.php index 47ffeee57e..976a0b3e78 100644 --- a/course/enrol.php +++ b/course/enrol.php @@ -78,7 +78,7 @@ ($course->enrollable == 2 && $course->enrolstartdate > 0 && $course->enrolstartdate > time()) || ($course->enrollable == 2 && $course->enrolenddate > 0 && $course->enrolenddate <= time()) ) { - print_header_simple(); + print_header($course->shortname, $course->fullname, $course->shortname ); notice(get_string('notenrollable'), "$CFG->wwwroot/index.php"); }