From df5fd3cd9706cb35e412527ca90b91516f07a778 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 3 Sep 2014 20:18:55 +1200 Subject: [PATCH] MDL-46639 SCORM: incorrect setting of launch param, it is done in scorm_parse_aicc --- mod/scorm/locallib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/scorm/locallib.php b/mod/scorm/locallib.php index 626b63621bf..1aeeeba9233 100644 --- a/mod/scorm/locallib.php +++ b/mod/scorm/locallib.php @@ -291,7 +291,6 @@ function scorm_parse($scorm, $full) { $scorm->version = 'ERROR'; } else { $scorm->version = 'AICC'; - $scorm->launch = $result; } } @@ -311,7 +310,6 @@ function scorm_parse($scorm, $full) { $scorm->version = 'ERROR'; } else { $scorm->version = 'AICC'; - $scorm->launch = $result; } } else {