From: stronk7 Date: Wed, 20 Oct 2004 23:26:49 +0000 (+0000) Subject: Solved one annoying bug where label texts in sections != first X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=60bd11cfc9f235c38c8b130954c5aa06b0a20c56;p=moodle.git Solved one annoying bug where label texts in sections != first was being always cleared, preventing some tags to be there! Merged from MOODLE_14_STABLE --- diff --git a/course/lib.php b/course/lib.php index a92e1052b2..a29ccde8e8 100644 --- a/course/lib.php +++ b/course/lib.php @@ -881,8 +881,8 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, $strmovehere = get_string("movehere"); $strmovefull = strip_tags(get_string("movefull", "", "'$USER->activitycopyname'")); } - $labelformatoptions->noclean = true; } + $labelformatoptions->noclean = true; $modinfo = unserialize($course->modinfo);