Skip to content

Commit

Permalink
Merge commit 'ed5c4cf44d0b38e129ad57747dfaf16d9677d465'
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 10, 2011
2 parents b2d6484 + ed5c4cf commit d32c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/datamodels/scorm_12.js.php
Expand Up @@ -431,7 +431,7 @@ function LMSCommit (param) {
} }
?> ?>
result = ('true' == result) ? 'true' : 'false'; result = ('true' == result) ? 'true' : 'false';
errorCode = (result ==' true')? '0' : '101'; errorCode = (result =='true')? '0' : '101';
<?php <?php
if (scorm_debugging($scorm)) { if (scorm_debugging($scorm)) {
//echo 'alert("Finished SCORM 1.2");'; //echo 'alert("Finished SCORM 1.2");';
Expand Down

0 comments on commit d32c077

Please sign in to comment.