From: stronk7 Date: Fri, 30 May 2003 21:30:47 +0000 (+0000) Subject: Included lib/xmlize.php to use it intensively X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5f94815096f4e1ac9909fdcb440e12e01507b1f1;p=moodle.git Included lib/xmlize.php to use it intensively restoring mods. Perhaps, in a future, the rest of the reading must be xmlized too !!! (users, course_info, header...), but not now. --- diff --git a/backup/restore.php b/backup/restore.php index 6999d707e2..9c5eb63a70 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -14,6 +14,7 @@ //Units used require_once ("$moodle_home/config.php"); require_once ("$moodle_home/version.php"); + require_once ("$moodle_home/lib/xmlize.php"); require_once ("backup_version.php"); require_once ("db/backup_$CFG->dbtype.php"); require_once ("lib.php");