From 48cbcd8df5b4b00818816bafbf5a72bd6762882a Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 24 Jun 2010 07:59:49 +0000 Subject: [PATCH] SCORM MDL-21551 bug with 1.9 branch and update frequency - using wrong values - thanks to Phillip Franks for report and fix --- mod/scorm/locallib.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod/scorm/locallib.php b/mod/scorm/locallib.php index 7afa8a3f95c..801ce75548e 100755 --- a/mod/scorm/locallib.php +++ b/mod/scorm/locallib.php @@ -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')); } /**