From 092135aa657ecdb1742090ad2592cf1e91179df8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 6 Oct 2007 05:04:28 +0000 Subject: =?UTF-8?q?Bug=20358947:=20Remove=20dead=20code=20from=20post=5Fbu?= =?UTF-8?q?g.cgi=20about=20custom=5Ftables=20-=20Patch=20by=20Fr=C3=83?= =?UTF-8?q?=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dmka?= =?UTF-8?q?nat=20a=3DLpSolit?= 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.1