small typo!

This commit is contained in:
stronk7
2004-12-15 19:59:28 +00:00
parent 5a5d8c7cf5
commit 01dced7e99
+1 -1
View File
@@ -479,7 +479,7 @@ function scorm_endElement($parser, $name) {
function scorm_characterData($parser, $data) {
global $datacontent;
$datacontent = utf_decode($data);
$datacontent = utf8_decode($data);
}
function scorm_parse($basedir,$file,$scorm_id) {