Skip to content

Commit

Permalink
MDL-28017 SCORM - remove admin setting incorrectly added as it was ne…
Browse files Browse the repository at this point in the history
…ver used.
  • Loading branch information
danmarsden committed Jul 11, 2011
1 parent f6f6138 commit 6eca9e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion mod/scorm/lang/en/scorm.php
Expand Up @@ -270,7 +270,6 @@
$string['unziperror'] = 'An error occurs during package unzip'; $string['unziperror'] = 'An error occurs during package unzip';
$string['updatefreq'] = 'Auto-update frequency'; $string['updatefreq'] = 'Auto-update frequency';
$string['updatefreqdesc'] = 'This preference sets the default auto-update frequency of an activity'; $string['updatefreqdesc'] = 'This preference sets the default auto-update frequency of an activity';
$string['updatetime'] = 'Synchronisation time';
$string['validateascorm'] = 'Validate a package'; $string['validateascorm'] = 'Validate a package';
$string['validation'] = 'Validation result'; $string['validation'] = 'Validation result';
$string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.'; $string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.';
Expand Down
2 changes: 0 additions & 2 deletions mod/scorm/settings.php
Expand Up @@ -64,8 +64,6 @@


$settings->add(new admin_setting_configselect('scorm/updatefreq', get_string('updatefreq', 'scorm'), get_string('updatefreqdesc', 'scorm'), 0, scorm_get_updatefreq_array())); $settings->add(new admin_setting_configselect('scorm/updatefreq', get_string('updatefreq', 'scorm'), get_string('updatefreqdesc', 'scorm'), 0, scorm_get_updatefreq_array()));


$settings->add(new admin_setting_configtext('scorm/updatetime', get_string('updatetime', 'scorm'), '', 2, PARAM_INT));

$settings->add(new admin_setting_configcheckbox('scorm/allowtypeexternal', get_string('allowtypeexternal', 'scorm'), '', 0)); $settings->add(new admin_setting_configcheckbox('scorm/allowtypeexternal', get_string('allowtypeexternal', 'scorm'), '', 0));


$settings->add(new admin_setting_configcheckbox('scorm/allowtypelocalsync', get_string('allowtypelocalsync', 'scorm'), '', 0)); $settings->add(new admin_setting_configcheckbox('scorm/allowtypelocalsync', get_string('allowtypelocalsync', 'scorm'), '', 0));
Expand Down

0 comments on commit 6eca9e1

Please sign in to comment.