diff --git a/main/newscorm/learnpath_functions.inc.php b/main/newscorm/learnpath_functions.inc.php index c13c2ce14e..a389645ebe 100755 --- a/main/newscorm/learnpath_functions.inc.php +++ b/main/newscorm/learnpath_functions.inc.php @@ -2394,15 +2394,9 @@ function createimsmanifest($circle1_files, $learnpath_id) include_once '../metadata/md_funcs.php'; // RH: export metadata - //1.1 header - /* - $header=''."\n"; - */ - - //1.2 - //charset should be dependent on content - $mycharset = api_get_system_encoding(); - $header = ''."\n\n"; + // Header + // Charset should be dependent on content + $header = ''."\n\n"; $org .= xmltagwrite('metadata', 'open'); $org .= " ".xmltagwrite('schema', 'full', 'ADL SCORM');