Fixed bug with gradebookroles
This commit is contained in:
parent
be0141eb7b
commit
97ce14fe20
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user