From 97ce14fe203b58dc43fab2f0c52e4cbaf0c6e272 Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Tue, 30 Apr 2024 10:36:01 +0200 Subject: [PATCH] Fixed bug with gradebookroles --- cfg_grades.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cfg_grades.php b/cfg_grades.php index f16b69d..f00b896 100644 --- a/cfg_grades.php +++ b/cfg_grades.php @@ -50,6 +50,9 @@ foreach ($mappings as $cfg) { } print $OUTPUT->header(); +print "
";
+print $CFG->gradebookroles;
+print "
"; if ($_POST["action"] == "update") { // First loop through the scales to see which need to be updated.