mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Removing a notice on PHP 5
This commit is contained in:
parent
c30b1bc038
commit
1c394da4f6
@ -125,7 +125,7 @@
|
||||
}
|
||||
assignment_print_feedback($course, $submission, $assignment);
|
||||
}
|
||||
if (!$submission->timemarked or $assignment->resubmit) {
|
||||
if (empty($submission->timemarked) or (!empty($assignment->resubmit))) {
|
||||
if ($submission and $submission->timemodified) {
|
||||
echo "<p align=\"center\">".get_string("overwritewarning", "assignment")."</p>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user