if I'm not going to use it.
profiles assign,
profiles report
left join profiles qacont on bugs.qa_contact = qacont.userid,
- versions projector,
- keywords
+ versions projector
where bugs.assigned_to = assign.userid
and bugs.reporter = report.userid
}
}
if (@list) {
+ $query =~ s/bugs,/bugs, keywords,/;
$query .= "and keywords.bug_id = bugs.bug_id and (" .
join(" $::FORM{'keywords_type'} ", @list) . ")\n";
}