program/steps/settings/func.inc | ●●●●● patch | view | raw | blame | history |
program/steps/settings/func.inc
@@ -198,9 +198,6 @@ $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']),