]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15881 - Probable bug: Not able to update SCORM.
authorpiers <piers>
Sun, 24 Aug 2008 23:02:09 +0000 (23:02 +0000)
committerpiers <piers>
Sun, 24 Aug 2008 23:02:09 +0000 (23:02 +0000)
mod/scorm/mod_form.php

index 9801aedb17bee3abf82c6105d2748664f22d8936..229427588ae2a87ebf0614fdcb787180a48c4039 100644 (file)
@@ -175,7 +175,7 @@ class mod_scorm_mod_form extends moodleform_mod {
 // Update packages timing
         $options = array();
         $options[0]=get_string('never');
-        $options[1]=get_string('onchanges','scorm');
+        // $options[1]=get_string('onchanges','scorm'); - nolonger required, but dont change the sequence
         $options[2]=get_string('everyday','scorm');
         $options[3]=get_string('everytime','scorm');
         $mform->addElement('select', 'updatefreq', get_string('updatefreq', 'scorm'), $options);