]> git.mjollnir.org Git - moodle.git/commitdiff
Removed mod/scorm:view
authorvyshane <vyshane>
Fri, 22 Sep 2006 03:07:29 +0000 (03:07 +0000)
committervyshane <vyshane>
Fri, 22 Sep 2006 03:07:29 +0000 (03:07 +0000)
mod/scorm/db/access.php

index f30fd0056c669d4795208dac886bbeacf96235cd..fb908ad025416ea3a465aef0428fc7fbee19383c 100644 (file)
 
 $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',