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:
@@ -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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user