Skip to content
Snippets Groups Projects
Commit 39e24513 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Remove older versions of Maxima from the settings list.

parent 009a9471
No related branches found
No related tags found
No related merge requests found
......@@ -70,8 +70,7 @@ $settings->add(new admin_setting_configselect('qtype_stack/platform',
$settings->add(new admin_setting_configselect('qtype_stack/maximaversion',
get_string('settingcasmaximaversion', 'qtype_stack'),
get_string('settingcasmaximaversion_desc', 'qtype_stack'), null,
array('5.38.1' => '5.38.1', '5.39.0' => '5.39.0',
'5.40.0' => '5.40.0', '5.41.0' => '5.41.0', '5.42.0' => '5.42.0',
array('5.40.0' => '5.40.0', '5.41.0' => '5.41.0', '5.42.0' => '5.42.0',
'5.42.1' => '5.42.1', '5.42.2' => '5.42.2',
'5.43.0' => '5.43.0', '5.43.1' => '5.43.1', '5.43.2' => '5.43.2',
'5.44.0' => '5.44.0', 'default' => 'default')));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment