diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-10-24 10:05:22 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-10-24 10:05:22 +0200 |
commit | 1e7aa75d18e34b0733d49a3af689be0f3d73b83c (patch) | |
tree | 224635326fecb47ba6c07fbb0a04490ef1652bbf /program/steps/settings/func.inc | |
parent | 3715694887e6b234cc266ed72035e1716da119de (diff) |
Remove leftover code
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r-- | program/steps/settings/func.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index c60d17f30..ba42e81f7 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -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']), |