From 092135aa657ecdb1742090ad2592cf1e91179df8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 6 Oct 2007 05:04:28 +0000 Subject: Bug 358947: Remove dead code from post_bug.cgi about custom_tables - Patch by Frédéric Buclin r=mkanat a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_bug.cgi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index ddc12fd64..759c9c250 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -128,10 +128,6 @@ my @custom_bug_fields = grep {$_->type != FIELD_TYPE_MULTI_SELECT} my @bug_fields = grep { defined $cgi->param($_->name) } @custom_bug_fields; @bug_fields = map { $_->name } @bug_fields; -# Custom tables must be locked (required when validating custom fields). -my @custom_tables = grep { $_->type == FIELD_TYPE_SINGLE_SELECT } @custom_bug_fields; -@custom_tables = map { $_->name . ' READ' } @custom_tables; - push(@bug_fields, qw( product component -- cgit v1.2.3-24-g4f1b