]> git.mjollnir.org Git - moodle.git/commitdiff
Removing csv export because txt already does it
authormoodler <moodler>
Tue, 31 Jul 2007 14:28:08 +0000 (14:28 +0000)
committermoodler <moodler>
Tue, 31 Jul 2007 14:28:08 +0000 (14:28 +0000)
grade/export/csv/db/access.php [deleted file]
grade/export/csv/version.php [deleted file]

diff --git a/grade/export/csv/db/access.php b/grade/export/csv/db/access.php
deleted file mode 100644 (file)
index 8d7eec8..0000000
+++ /dev/null
@@ -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
-        )
-    )
-);
-
-?>
diff --git a/grade/export/csv/version.php b/grade/export/csv/version.php
deleted file mode 100644 (file)
index 55d7451..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?PHP // $Id$
-
-$plugin->version  = 2007072500;
-$plugin->requires = 2007072402;
-
-?>