Minor - remove double variable declaration

pull/3683/head
Julio Montoya 5 years ago
parent abd9b3ee9f
commit 853d209778
  1. 1
      main/lp/scorm_api.php

@ -200,7 +200,6 @@ olms.lms_item_core_exit = '<?php echo $oItem->get_core_exit(); ?>';
olms.lms_course_id = '<?php echo $oLP->get_course_int_id(); ?>';
olms.lms_session_id = '<?php echo api_get_session_id(); ?>';
olms.lms_course_code = '<?php echo $oLP->getCourseCode(); ?>';
olms.lms_course_id = '<?php echo $oLP->get_course_int_id(); ?>';
<?php echo $oLP->get_items_details_as_js('olms.lms_item_types'); ?>
// Following definition of cmi.core.score.raw in SCORM 1.2, "LMS should

Loading…
Cancel
Save