From 60bd11cfc9f235c38c8b130954c5aa06b0a20c56 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 20 Oct 2004 23:26:49 +0000 Subject: [PATCH] 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 --- course/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5