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:
parent
5522dea500
commit
e48fdd253c
@ -1 +1 @@
|
||||
8729
|
||||
8730
|
||||
@ -2875,11 +2875,6 @@ sub _multiselect_table {
|
||||
return "attachments INNER JOIN attach_data "
|
||||
. " 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";
|
||||
$args->{full_field} = "bug_$field.value";
|
||||
return $table;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user