Using absolute path name.

This commit is contained in:
ikawhero 2005-07-18 05:33:27 +00:00
parent 2fc1ec6647
commit 948511e890

View File

@ -3,7 +3,7 @@
/// Library of functions and constants for module scorm
/// (replace scorm with the name of your module and delete this line)
require_once('xml2array.class.php');
include_once($CFG->dirroot.'/mod/scorm/xml2array.class.php');
define('VALUESCOES', '0');
define('VALUEHIGHEST', '1');