From: piers Date: Sun, 24 Aug 2008 23:02:09 +0000 (+0000) Subject: MDL-15881 - Probable bug: Not able to update SCORM. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4eaaf0a60d251ed2963d63c9ae44afd59a666e1f;p=moodle.git MDL-15881 - Probable bug: Not able to update SCORM. --- diff --git a/mod/scorm/mod_form.php b/mod/scorm/mod_form.php index 9801aedb17..229427588a 100644 --- a/mod/scorm/mod_form.php +++ b/mod/scorm/mod_form.php @@ -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);