From a22f8313724ee7526eafc8172d2c8a9aed5541bd Mon Sep 17 00:00:00 2001 From: defacer Date: Mon, 6 Sep 2004 07:55:29 +0000 Subject: [PATCH] Merging from MOODLE_14_STABLE. --- course/lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/lib.php b/course/lib.php index ec5a089d87..d57237e51a 100644 --- a/course/lib.php +++ b/course/lib.php @@ -871,6 +871,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, static $strmovehere; static $strmovefull; + $labelformatoptions = New stdClass; if (!isset($isteacher)) { $groupbuttons = ($course->groupmode or (!$course->groupmodeforce)); -- 2.39.5