From 8926e604a5ab2baf79418ce7b7135b20ce967bf2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 15 Nov 2006 04:45:48 +0000 Subject: Bug 346091: editparams.cgi should validate the 'timezone' parameter - Patch by victory(_RSZ_) r=LpSolit a=justdave --- Bugzilla/Config/Core.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Config/Core.pm') diff --git a/Bugzilla/Config/Core.pm b/Bugzilla/Config/Core.pm index d359d86aa..5688e5c8c 100644 --- a/Bugzilla/Config/Core.pm +++ b/Bugzilla/Config/Core.pm @@ -91,6 +91,7 @@ sub get_param_list { name => 'timezone', type => 't', default => '', + checker => \&check_timezone }, { -- cgit v1.2.3-24-g4f1b