Commit 085e1375 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 234100: removes redundant longdescs table join criterion

r=justdave
parent cc989876
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment