mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -367,7 +367,7 @@ function scorm_get_manifest($blocks, $scoes) {
|
|||
}
|
||||
if ($sequencing['name']=='IMSSS:ROLLUPRULES') {
|
||||
if (isset($sequencing['attrs']['ROLLUPOBJECTIVESATISFIED'])) {
|
||||
$scoes->elements[$manifest][$parent->organization][$parent->identifier]->rollupobjectivesatisfied = $sequencing['attrs']['ROLLUPOBJECTIVESATISFIED'] == 'true'?1:0;;
|
||||
$scoes->elements[$manifest][$parent->organization][$parent->identifier]->rollupobjectivesatisfied = $sequencing['attrs']['ROLLUPOBJECTIVESATISFIED'] == 'true'?1:0;
|
||||
}
|
||||
if (isset($sequencing['attrs']['ROLLUPPROGRESSCOMPLETION'])) {
|
||||
$scoes->elements[$manifest][$parent->organization][$parent->identifier]->rollupprogresscompletion = $sequencing['attrs']['ROLLUPPROGRESSCOMPLETION'] == 'true'?1:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue