MDL-13269 fixed regrading of activity raw grades; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-02-17 16:01:24 +00:00
parent 322a5f6301
commit b45d83916f
3 changed files with 38 additions and 24 deletions

View file

@ -407,7 +407,8 @@
}
rebuild_course_cache($course->id);
grade_regrade_final_grades($course->id);
if (isset($fromform->submitbutton)) {
redirect("$CFG->wwwroot/mod/$module->name/view.php?id=$fromform->coursemodule");
} else {