(http://moodle.org/bugs/bug.php?op=show&bugid=5370)
$sectionname = get_string("name$course->format");
$fullmodulename = strtolower(get_string("modulename", $module->name));
- if ($form->section) {
+ if ($form->section && $course->format != 'site') {
$heading->what = $fullmodulename;
$heading->in = "$sectionname $cw->section";
$pageheading = get_string("updatingain", "moodle", $heading);
}
print_footer($course);
-?>
\ No newline at end of file
+?>