1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-07 16:56:15 +02:00

FIx for windows I think

This commit is contained in:
moodler 2005-03-05 03:58:13 +00:00
parent e661425c2b
commit 83fb58dd02

@ -62,7 +62,7 @@ function blackboard_convert($dir){
// The imsmanifest contains all the XML files and their relationships. // The imsmanifest contains all the XML files and their relationships.
// The XSL processor will open them as needed. // The XSL processor will open them as needed.
$xsltproc = xslt_create(); $xsltproc = xslt_create();
if (!xslt_process($xsltproc, 'imsmanifest.xml', $xslt_file, "$dir/moodle.xml")) { if (!xslt_process($xsltproc, 'imsmanifest.xml', "$dir/$xslt_file", "$dir/moodle.xml")) {
notify('Failed writing xml file'); notify('Failed writing xml file');
chdir($startdir); chdir($startdir);
return false; return false;