MDL-11515:
[moodle-linuxchix.git] / grade / report / outcomes / db / access.php
blob2a6ac0d7e23d7713eb34b1fbbf7c457065107edb
1 <?php // $Id$
3 $gradereport_outcomes_capabilities = array(
5 'gradereport/outcomes:view' => array(
6 'riskbitmask' => RISK_PERSONAL,
7 'captype' => 'read',
8 'contextlevel' => CONTEXT_COURSE,
9 'legacy' => array(
10 'teacher' => CAP_ALLOW,
11 'editingteacher' => CAP_ALLOW,
12 'admin' => CAP_ALLOW