Skip to content

Commit

Permalink
Deleted excess call ... MDL-8451
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jul 11, 2007
1 parent ae483da commit 0768af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/settings/location.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
$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();
Expand Down

0 comments on commit 0768af8

Please sign in to comment.