mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'm26_MDL-46639' of git://github.com/danmarsden/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
6e4c10f987
1 changed files with 0 additions and 2 deletions
|
@ -291,7 +291,6 @@ function scorm_parse($scorm, $full) {
|
||||||
$scorm->version = 'ERROR';
|
$scorm->version = 'ERROR';
|
||||||
} else {
|
} else {
|
||||||
$scorm->version = 'AICC';
|
$scorm->version = 'AICC';
|
||||||
$scorm->launch = $result;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -311,7 +310,6 @@ function scorm_parse($scorm, $full) {
|
||||||
$scorm->version = 'ERROR';
|
$scorm->version = 'ERROR';
|
||||||
} else {
|
} else {
|
||||||
$scorm->version = 'AICC';
|
$scorm->version = 'AICC';
|
||||||
$scorm->launch = $result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue