Skip to content

Commit

Permalink
SCORM MDL-21551 bug with 1.9 branch and update frequency - using wron…
Browse files Browse the repository at this point in the history
…g values - thanks to Phillip Franks for report and fix
  • Loading branch information
danmarsden committed Jun 24, 2010
1 parent 98bad24 commit 48cbcd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mod/scorm/locallib.php
Expand Up @@ -90,8 +90,9 @@ function scorm_get_hidetoc_array(){
*/ */
function scorm_get_updatefreq_array(){ function scorm_get_updatefreq_array(){
return array(0 => get_string('never'), return array(0 => get_string('never'),
1 => get_string('everyday','scorm'), //1 => get_string('onchanges','scorm'),
2 => get_string('everytime','scorm')); 2 => get_string('everyday','scorm'),
3 => get_string('everytime','scorm'));
} }


/** /**
Expand Down

0 comments on commit 48cbcd8

Please sign in to comment.