From 55596ef8c29ae876c718946d54de787f32033db0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 28 Aug 2008 04:26:13 +0000 Subject: Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Config/Core.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Bugzilla/Config/Core.pm') diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index b307dd7f5..6d413b965 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -87,13 +87,6 @@ sub get_param_list { default => '/' }, - { - name => 'timezone', - type => 't', - default => '', - checker => \&check_timezone - }, - { name => 'utf8', type => 'b', -- cgit v1.2.3-24-g4f1b