mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 17:34:56 +02:00
ddllib.php: add required library
This commit is contained in:
parent
c9ec505b9e
commit
1d59689fc9
@ -38,6 +38,9 @@
|
||||
//
|
||||
// For further documentation, visit http://docs.moodle.org/en/DDL_functions
|
||||
|
||||
/// Add required library.
|
||||
require_once($CFG->libdir.'/xmlize.php');
|
||||
|
||||
/// Add required XMLDB constants
|
||||
require_once($CFG->libdir.'/xmldb/xmldb_constants.php');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user