MDL-46639 SCORM: incorrect setting of launch param, it is done in scorm_parse_aicc

This commit is contained in:
Dan Marsden
2014-09-03 20:22:19 +12:00
parent 9dc8c0f8b1
commit df5fd3cd97
-2
View File
@@ -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 {