mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 15:45:59 +01:00
Merged quote fix from stable
This commit is contained in:
parent
69faecceaf
commit
fd40be3e8d
@ -179,7 +179,9 @@ class assignment_online extends assignment_base {
|
||||
$newsubmission->teacher = $USER->id;
|
||||
$newsubmission->mailed = 0; // Make sure mail goes out (again, even)
|
||||
$newsubmission->timemarked = time();
|
||||
|
||||
|
||||
unset($newsubmission->data1); // Don't need to update this.
|
||||
|
||||
if (! update_record('assignment_submissions', $newsubmission)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user