From 01dced7e992a2b62f3dd1a9130ca4aa2bd017779 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 15 Dec 2004 19:59:28 +0000 Subject: [PATCH] small typo! --- mod/scorm/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index 902000444ed..2cfc2bd0fbd 100755 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -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) {