diff --git a/mod/scorm/locallib.php b/mod/scorm/locallib.php index 7afa8a3f95c92..801ce75548eb4 100755 --- a/mod/scorm/locallib.php +++ b/mod/scorm/locallib.php @@ -90,8 +90,9 @@ function scorm_get_hidetoc_array(){ */ function scorm_get_updatefreq_array(){ return array(0 => get_string('never'), - 1 => get_string('everyday','scorm'), - 2 => get_string('everytime','scorm')); + //1 => get_string('onchanges','scorm'), + 2 => get_string('everyday','scorm'), + 3 => get_string('everytime','scorm')); } /**