From: stronk7 Date: Mon, 15 May 2006 17:54:29 +0000 (+0000) Subject: Avoid [[namesite]] to appear when ADDING site activities. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0ec7502bad4fa3d8d0e0cb94fcc038646c0898f4;p=moodle.git Avoid [[namesite]] to appear when ADDING site activities. Merged from MOODLE_16_STABLE I sent this on May 9th! :-( --- diff --git a/course/mod.php b/course/mod.php index 99541b85a9..21cde8078e 100644 --- a/course/mod.php +++ b/course/mod.php @@ -609,7 +609,7 @@ $sectionname = get_string("name$course->format"); $fullmodulename = get_string("modulename", $module->name); - if ($form->section) { + if ($form->section && $course->format != 'site') { $heading->what = $fullmodulename; $heading->to = "$sectionname $form->section"; $pageheading = get_string("addinganewto", "moodle", $heading);