MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / grade / report / user / db / access.php
blob972b64e08d34d591ed691836f8b0ade2af3c0dc5
1 <?php // $Id$
3 $gradereport_user_capabilities = array(
5 'gradereport/user:view' => array(
6 'riskbitmask' => RISK_PERSONAL,
7 'captype' => 'read',
8 'contextlevel' => CONTEXT_COURSE,
9 'legacy' => array(
10 'student' => CAP_ALLOW,
11 'teacher' => CAP_ALLOW,
12 'editingteacher' => CAP_ALLOW,
13 'admin' => CAP_ALLOW