summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-10-06 07:04:28 +0200
committerlpsolit%gmail.com <>2007-10-06 07:04:28 +0200
commit092135aa657ecdb1742090ad2592cf1e91179df8 (patch)
tree2d62a628b3d04f49185802f8b9ebfd7ecbdad01c /post_bug.cgi
parent9ecc858489649755b2d4e90c54a59f038551c418 (diff)
downloadbugzilla-092135aa657ecdb1742090ad2592cf1e91179df8.tar.gz
bugzilla-092135aa657ecdb1742090ad2592cf1e91179df8.tar.xz
Bug 358947: Remove dead code from post_bug.cgi about custom_tables - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi4
1 files changed, 0 insertions, 4 deletions
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