mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
Added a stub for workshop_get_submission to stop errors on activity reports
This commit is contained in:
parent
d41947c6be
commit
41a03b45f0
1 changed files with 4 additions and 0 deletions
|
@ -1014,6 +1014,10 @@ function workshop_get_student_submissions($workshop, $order = "title") {
|
||||||
ORDER BY $order");
|
ORDER BY $order");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function workshop_get_submission() {
|
||||||
|
// Just a stub
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
function workshop_get_submission_assessment($submission, $user) {
|
function workshop_get_submission_assessment($submission, $user) {
|
||||||
// Return the user's assessment for this submission
|
// Return the user's assessment for this submission
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue