From af94faf492e892077688f57db900941d8f833a83 Mon Sep 17 00:00:00 2001 From: vyshane Date: Fri, 22 Sep 2006 03:07:29 +0000 Subject: [PATCH] Removed mod/scorm:view --- mod/scorm/db/access.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mod/scorm/db/access.php b/mod/scorm/db/access.php index f30fd0056c..fb908ad025 100644 --- a/mod/scorm/db/access.php +++ b/mod/scorm/db/access.php @@ -33,20 +33,6 @@ $mod_scorm_capabilities = array( - 'mod/scorm:view' => array( - - 'captype' => 'read', - 'contextlevel' => CONTEXT_MODULE, - 'legacy' => array( - 'guest' => CAP_ALLOW, - 'student' => CAP_ALLOW, - 'teacher' => CAP_ALLOW, - 'editingteacher' => CAP_ALLOW, - 'coursecreator' => CAP_ALLOW, - 'admin' => CAP_ALLOW - ) - ), - 'mod/scorm:viewreport' => array( 'captype' => 'read', -- 2.39.5