From: myk%mozilla.org <> Date: Fri, 13 Feb 2004 09:45:21 +0000 (+0000) Subject: Fix for bug 234100: removes redundant longdescs table join criterion X-Git-Tag: bugzilla-2.17.7~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085e13753bd51da6eaa16ec1e2e4e88975e34a78;p=thirdparty%2Fbugzilla.git Fix for bug 234100: removes redundant longdescs table join criterion r=justdave --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 68280b7723..3db341c7f0 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -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.