mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Removing csv export because txt already does it
This commit is contained in:
parent
423b2f006a
commit
e36fe14acc
@ -1,17 +0,0 @@
|
||||
<?php // $Id$
|
||||
|
||||
$gradeexport_csv_capabilities = array(
|
||||
|
||||
'gradeexport/csv:view' => array(
|
||||
'riskbitmask' => RISK_PERSONAL,
|
||||
'captype' => 'read',
|
||||
'contextlevel' => CONTEXT_COURSE,
|
||||
'legacy' => array(
|
||||
'teacher' => CAP_ALLOW,
|
||||
'editingteacher' => CAP_ALLOW,
|
||||
'admin' => CAP_ALLOW
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
@ -1,6 +0,0 @@
|
||||
<?PHP // $Id$
|
||||
|
||||
$plugin->version = 2007072500;
|
||||
$plugin->requires = 2007072402;
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user