From f44456acaaf1a557b5ea87b7f987e48e6b3294a2 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 19 Jul 2017 17:07:40 -0500 Subject: [PATCH] Remove SCORM 2004 (1.3) object declaration to avoid Rustici library detecting SCORM 2004 support where there is none - refs BT#12965 --- main/lp/scorm_api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/lp/scorm_api.php b/main/lp/scorm_api.php index 309da6b078..8a976cd521 100755 --- a/main/lp/scorm_api.php +++ b/main/lp/scorm_api.php @@ -72,8 +72,8 @@ function APIobject() { // SCORM var API = new APIobject(); //for scorm 1.2 var api = API; -var API_1484_11 = new APIobject(); //for scorm 1.3 -var api_1484_11 = API_1484_11; +//var API_1484_11 = new APIobject(); //for scorm 1.3 +//var api_1484_11 = API_1484_11; // SCORM-specific Error codes var G_NoError = 0;