]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 234100: removes redundant longdescs table join criterion
authormyk%mozilla.org <>
Fri, 13 Feb 2004 09:45:21 +0000 (09:45 +0000)
committermyk%mozilla.org <>
Fri, 13 Feb 2004 09:45:21 +0000 (09:45 +0000)
r=justdave

Bugzilla/Search.pm

index 68280b7723df1e8323dbabe397dd045537b3c343..3db341c7f030be29d626b6b389db08251128c8a7 100644 (file)
@@ -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.