Added a stub for workshop_get_submission to stop errors on activity reports
This commit is contained in:
@@ -1014,6 +1014,10 @@ function workshop_get_student_submissions($workshop, $order = "title") {
|
||||
ORDER BY $order");
|
||||
}
|
||||
|
||||
function workshop_get_submission() {
|
||||
// Just a stub
|
||||
return NULL;
|
||||
}
|
||||
|
||||
function workshop_get_submission_assessment($submission, $user) {
|
||||
// Return the user's assessment for this submission
|
||||
|
||||
Reference in New Issue
Block a user