From 55ef334b1ec3691133060c744e3902282a6e5c96 Mon Sep 17 00:00:00 2001
From: yllar <yllar.pajus@gmail.com>
Date: Wed, 31 Dec 2008 12:52:55 -0500
Subject: [PATCH] #1485658

---
 program/steps/settings/func.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc
index b6f86ed..d0a3ae6 100644
--- a/program/steps/settings/func.inc
+++ b/program/steps/settings/func.inc
@@ -88,7 +88,7 @@
       $select_timezone->add('(GMT -1:00) Azores, Cape Verde Islands', '-1');
       $select_timezone->add('(GMT) Western Europe, London, Lisbon, Casablanca', '0');
       $select_timezone->add('(GMT +1:00) Central European Time', '1');
-      $select_timezone->add('(GMT +2:00) EET: Kaliningrad, South Africa', '2');
+      $select_timezone->add('(GMT +2:00) EET: Tallinn, Helsinki, Kaliningrad, South Africa', '2');
       $select_timezone->add('(GMT +3:00) Baghdad, Kuwait, Riyadh, Moscow, Nairobi', '3');
       $select_timezone->add('(GMT +3:30) Tehran', '3.5');
       $select_timezone->add('(GMT +4:00) Abu Dhabi, Muscat, Baku, Tbilisi', '4');

--
Gitblit v1.9.1