]> git.mjollnir.org Git - moodle.git/commitdiff
Deleted excess call ... MDL-8451
authormoodler <moodler>
Wed, 11 Jul 2007 09:10:01 +0000 (09:10 +0000)
committermoodler <moodler>
Wed, 11 Jul 2007 09:10:01 +0000 (09:10 +0000)
admin/settings/location.php

index cc5607a87c240e8bfb48ed533e4f2af49958a7a6..2ec09bc2bc9b787a6d1675d98993fe289c9f56d5 100644 (file)
@@ -5,7 +5,6 @@ $temp = new admin_settingpage('locationsettings', get_string('locationsettings',
 $options = get_list_of_timezones();
 $options[99] = get_string('serverlocaltime');
 $temp->add(new admin_setting_configselect('timezone', get_string('timezone','admin'), get_string('configtimezone', 'admin'), 99, $options));
-$options = get_list_of_timezones();
 $options[99] = get_string('timezonenotforced', 'admin');
 $temp->add(new admin_setting_configselect('forcetimezone', get_string('forcetimezone', 'admin'), get_string('helpforcetimezone', 'admin'), 99, $options));
 $options = get_list_of_countries();