Aleksander Machniak
2015-02-27 8defdaf0b1864f8e420be65823c0bf72426254cc
Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)

Conflicts:

CHANGELOG
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
@@ -5,6 +5,7 @@
- Fix security issue in DBMail driver of password plugin (#1490261)
- Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284)
- Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)
- Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293)
RELEASE 1.0.5
-------------
program/lib/Roundcube/rcube_config.php
@@ -581,7 +581,6 @@
             '180' => "Europe/Moscow",
             '210' => "Asia/Tehran",
             '240' => "Asia/Dubai",
             '300' => "Asia/Karachi",
             '270' => "Asia/Kabul",
             '300' => "Asia/Karachi",
             '330' => "Asia/Kolkata",