Bug 909720 - Remove unused code in Bugzilla::Search

r=glob, a=glob


git-svn-id: svn://10.0.0.236/trunk@264999 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-09-04 01:08:14 +00:00
parent 5522dea500
commit e48fdd253c
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
8729 8730

View File

@ -2875,11 +2875,6 @@ sub _multiselect_table {
return "attachments INNER JOIN attach_data " return "attachments INNER JOIN attach_data "
. " ON attachments.attach_id = attach_data.id" . " ON attachments.attach_id = attach_data.id"
} }
elsif ($field eq 'flagtypes.name') {
$args->{full_field} = $dbh->sql_string_concat("flagtypes.name",
"flags.status");
return "flags INNER JOIN flagtypes ON flags.type_id = flagtypes.id";
}
my $table = "bug_$field"; my $table = "bug_$field";
$args->{full_field} = "bug_$field.value"; $args->{full_field} = "bug_$field.value";
return $table; return $table;