repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-11515:
[moodle-linuxchix.git]
/
grade
/
report
/
outcomes
/
db
/
access.php
blob
2a6ac0d7e23d7713eb34b1fbbf7c457065107edb
1
<
?php
// $Id$
2
3
$gradereport_outcomes_capabilities
=
array
(
4
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
13
)
14
)
15
16
);
17
18
?
>