Revert "MDL-44548 mod_scorm: force an external sync to check for updated files."

This reverts commit d159b4f18c.
This commit is contained in:
Dan Poltawski
2014-10-17 09:31:27 +01:00
parent 52af752236
commit 7b3addded7
+2 -2
View File
@@ -830,7 +830,7 @@ function scorm_get_all_attempts($scormid, $userid) {
function scorm_view_display ($user, $scorm, $action, $cm) {
global $CFG, $DB, $PAGE, $OUTPUT, $COURSE;
if ($scorm->updatefreq == SCORM_UPDATE_EVERYTIME) {
if ($scorm->scormtype != SCORM_TYPE_LOCAL && $scorm->updatefreq == SCORM_UPDATE_EVERYTIME) {
scorm_parse($scorm, false);
}
@@ -931,7 +931,7 @@ function scorm_simple_play($scorm, $user, $context, $cmid) {
return $result;
}
if ($scorm->updatefreq == SCORM_UPDATE_EVERYTIME) {
if ($scorm->scormtype != SCORM_TYPE_LOCAL && $scorm->updatefreq == SCORM_UPDATE_EVERYTIME) {
scorm_parse($scorm, false);
}
$scoes = $DB->get_records_select('scorm_scoes', 'scorm = ? AND '.