Aleksander Machniak
2015-02-27 df4243b80a4f16617c4839bb02f660536ab3906c
Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)
2 files modified
2 ■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_config.php 1 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -18,6 +18,7 @@
- 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
-------------
program/lib/Roundcube/rcube_config.php
@@ -683,7 +683,6 @@
             '180' => "Europe/Moscow",
             '210' => "Asia/Tehran",
             '240' => "Asia/Dubai",
             '300' => "Asia/Karachi",
             '270' => "Asia/Kabul",
             '300' => "Asia/Karachi",
             '330' => "Asia/Kolkata",