moodle/lib/xmldb
Eloy Lafuente (stronk7) 54a099e989 MDL-61150 xmldb: Let's check the PATH attribute of XMLDB files
Starting with Moodle 3.5 the XMLDB->PATH attribute is checked
to be correct and pointing to the correct plugin directory.

It only was used for writing PHP savepoints code, but better we
ask for strict correctness.

With this patch applied, neither the XMLDB Editor neither install
will be able to load a file with wrong PATH anymore.
2018-02-11 23:07:18 +01:00
..
xmldb.dtd
xmldb.xsd
xmldb_constants.php
xmldb_field.php MDL-32113 xmldb: Support numeric fields with precision up to 38 digits 2017-12-21 19:48:03 +01:00
xmldb_file.php
xmldb_index.php
xmldb_key.php
xmldb_object.php
xmldb_structure.php MDL-61150 xmldb: Let's check the PATH attribute of XMLDB files 2018-02-11 23:07:18 +01:00
xmldb_table.php