Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)

pull/280/head
Aleksander Machniak 9 years ago
parent c4104166e3
commit df4243b80a

@ -18,6 +18,7 @@ CHANGELOG Roundcube Webmail
- Fix duplicate entries supression in autocomplete result (#1490290)
- Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281)
- Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)
- Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)
RELEASE 1.1.0
-------------

@ -683,7 +683,6 @@ class rcube_config
'180' => "Europe/Moscow",
'210' => "Asia/Tehran",
'240' => "Asia/Dubai",
'300' => "Asia/Karachi",
'270' => "Asia/Kabul",
'300' => "Asia/Karachi",
'330' => "Asia/Kolkata",

Loading…
Cancel
Save