Index: mod/scorm/locallib.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/scorm/locallib.php,v retrieving revision 1.46.2.34 diff -u -r1.46.2.34 locallib.php --- mod/scorm/locallib.php 18 Dec 2009 07:24:07 -0000 1.46.2.34 +++ mod/scorm/locallib.php 8 Feb 2010 10:43:27 -0000 @@ -90,8 +90,9 @@ */ 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')); } /**