mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave
This commit is contained in:
parent
b2cff46dca
commit
ec277c2821
@ -418,7 +418,6 @@ sub init {
|
||||
{
|
||||
push(@wherepart, "$table.isprivate < 1");
|
||||
}
|
||||
push(@wherepart, "$table.bug_id = bugs.bug_id");
|
||||
|
||||
# Create search terms to add to the SELECT and WHERE clauses.
|
||||
# $term1 searches comments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user