From: defacer Date: Mon, 6 Sep 2004 07:55:29 +0000 (+0000) Subject: Merging from MOODLE_14_STABLE. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a22f8313724ee7526eafc8172d2c8a9aed5541bd;p=moodle.git Merging from MOODLE_14_STABLE. --- 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));