Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for breadcrumb problem (MDL-6271).
  • Loading branch information
martinlanghoff committed Sep 28, 2006
1 parent 250934b commit 6402cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/enrol.php
Expand Up @@ -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");
}

Expand Down

0 comments on commit 6402cd4

Please sign in to comment.