SCORM MDL-25891 typo causing general exception for some SCORM objects - thanks to Hais Deakin for report/fix
This commit is contained in:
@@ -431,7 +431,7 @@ function SCORMapi1_2() {
|
||||
}
|
||||
?>
|
||||
result = ('true' == result) ? 'true' : 'false';
|
||||
errorCode = (result ==' true')? '0' : '101';
|
||||
errorCode = (result =='true')? '0' : '101';
|
||||
<?php
|
||||
if (scorm_debugging($scorm)) {
|
||||
//echo 'alert("Finished SCORM 1.2");';
|
||||
|
||||
Reference in New Issue
Block a user