Remove leftover code

pull/39/head
Aleksander Machniak 12 years ago
parent 3715694887
commit 1e7aa75d18

@ -198,9 +198,6 @@ function rcmail_user_prefs($current=null)
$select_timezone->add('(GMT ' . $offset . ') ' . strtr($tzs, '_', ' '), $tzs);
}
if (is_numeric($config['timezone']))
timezone_name_from_abbr("", $config['timezone'] * 3600, 0);
$blocks['main']['options']['timezone'] = array(
'title' => html::label($field_id, Q(rcube_label('timezone'))),
'content' => $select_timezone->show((string)$config['timezone']),

Loading…
Cancel
Save