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
Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git]
/
grade
/
import
/
xml
/
db
/
access.php
blob
c221c464523ae98fd7b7e391d2750b7876b09fb9
1
<
?php
// $Id$
2
3
$gradeimport_xml_capabilities
=
array
(
4
5
'gradeimport/xml:view'
=>
array
(
6
'captype'
=>
'write'
,
7
'contextlevel'
=>
CONTEXT_COURSE
,
8
'legacy'
=>
array
(
9
'editingteacher'
=>
CAP_ALLOW
,
10
'admin'
=>
CAP_ALLOW
11
)
12
)
13
);
14
15
?
>
16
17