From 4eaaf0a60d251ed2963d63c9ae44afd59a666e1f Mon Sep 17 00:00:00 2001 From: piers Date: Sun, 24 Aug 2008 23:02:09 +0000 Subject: [PATCH] MDL-15881 - Probable bug: Not able to update SCORM. --- mod/scorm/mod_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5