mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-56012 lib: Update of readme and xml file.
Also made edits to use the PSR-4 autoloader.
This commit is contained in:
parent
cd198eafd6
commit
dd9ee3d837
6 changed files with 14 additions and 21 deletions
|
@ -24,8 +24,6 @@
|
|||
|
||||
namespace dataformat_csv;
|
||||
|
||||
require_once("$CFG->libdir/spout/src/Spout/Autoloader/autoload.php");
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
namespace dataformat_excel;
|
||||
|
||||
require_once("$CFG->libdir/spout/src/Spout/Autoloader/autoload.php");
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
|
||||
namespace dataformat_ods;
|
||||
|
||||
require_once("$CFG->libdir/spout/src/Spout/Autoloader/autoload.php");
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue