SCORM MDL-25891 typo causing general exception for some SCORM objects - thanks to Hais Deakin for report/fix

This commit is contained in:
Dan Marsden
2011-01-10 09:24:16 +13:00
parent 46f4c3932f
commit ed5c4cf44d
+1 -1
View File
@@ -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");';