SCORM MDL-21551 bug with 1.9 branch and update frequency - using wrong values - thanks to Phillip Franks for report and fix

This commit is contained in:
Dan Marsden
2010-06-24 07:59:49 +00:00
parent 98bad24a00
commit 48cbcd8df5
+3 -2
View File
@@ -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'));
}
/**