Removing csv export because txt already does it

This commit is contained in:
moodler 2007-07-31 14:28:08 +00:00
parent 423b2f006a
commit e36fe14acc
2 changed files with 0 additions and 23 deletions

View File

@ -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
)
)
);
?>

View File

@ -1,6 +0,0 @@
<?PHP // $Id$
$plugin->version = 2007072500;
$plugin->requires = 2007072402;
?>