From: stronk7 Date: Sat, 20 Jan 2007 18:08:55 +0000 (+0000) Subject: Generators can use ddllib.php stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b5346d51a7842e1cbf0fe8806a059b76c736b991;p=moodle.git Generators can use ddllib.php stuff --- diff --git a/admin/xmldb/index.php b/admin/xmldb/index.php index 025997b8da..4353bfab5f 100644 --- a/admin/xmldb/index.php +++ b/admin/xmldb/index.php @@ -52,6 +52,7 @@ /// getting "incomplete" objects require_once('../../config.php'); require_once($CFG->libdir.'/adminlib.php'); + require_once($CFG->libdir.'/ddllib.php'); // Install/upgrade related db functions $adminroot = admin_get_root(); admin_externalpage_setup('xmldbeditor', $adminroot);