From bd10212cebc50f73a92e98098dfa7ee79fdfb7a9 Mon Sep 17 00:00:00 2001 From: Ivan Tcholakov Date: Fri, 24 Sep 2010 20:09:49 +0300 Subject: [PATCH] Task #1765 - Cleaning previously disabled code. --- main/newscorm/learnpath_functions.inc.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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');