]> git.mjollnir.org Git - moodle.git/commitdiff
Included lib/xmlize.php to use it intensively
authorstronk7 <stronk7>
Fri, 30 May 2003 21:30:47 +0000 (21:30 +0000)
committerstronk7 <stronk7>
Fri, 30 May 2003 21:30:47 +0000 (21:30 +0000)
restoring mods.
Perhaps, in a future, the rest of the reading must be
xmlized too !!! (users, course_info, header...), but not now.

backup/restore.php

index 6999d707e25ab2cc96096894500e5f9bdfaba0c0..9c5eb63a701518e155e270b2b520165227e43fb6 100644 (file)
@@ -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");