Fixed bug with gradebookroles
This commit is contained in:
parent
be0141eb7b
commit
97ce14fe20
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ foreach ($mappings as $cfg) {
|
|||
}
|
||||
|
||||
print $OUTPUT->header();
|
||||
print "<pre>";
|
||||
print $CFG->gradebookroles;
|
||||
print "</pre>";
|
||||
|
||||
if ($_POST["action"] == "update") {
|
||||
// First loop through the scales to see which need to be updated.
|
||||
|
|
Reference in a new issue