From: moodler Date: Wed, 11 Jul 2007 09:10:01 +0000 (+0000) Subject: Deleted excess call ... MDL-8451 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0768af851b66420579447b45a1a3aed7e46a7ccb;p=moodle.git Deleted excess call ... MDL-8451 --- diff --git a/admin/settings/location.php b/admin/settings/location.php index cc5607a87c..2ec09bc2bc 100644 --- a/admin/settings/location.php +++ b/admin/settings/location.php @@ -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();