From ac15a2d5ff1ca4a243d0485b1033e81d0b6c455f Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 23 Oct 2006 21:02:57 +0000 Subject: [PATCH] Assignment Reports incomplete MDL-6301 ; merged from MOODLE_17_STABLE --- mod/assignment/lib.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index d911e3b9a5..2a301a8016 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -2475,4 +2475,12 @@ function assignment_display_lateness($timesubmitted, $timedue) { } } +function assignment_get_view_actions() { + return array('view'); +} + +function assignment_get_post_actions() { + return array('upload'); +} + ?> -- 2.39.5