repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git]
/
grade
/
report
/
user
/
db
/
access.php
blob
972b64e08d34d591ed691836f8b0ade2af3c0dc5
1
<
?php
// $Id$
2
3
$gradereport_user_capabilities
=
array
(
4
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
14
)
15
),
16
);
17
18
?
>