From a208bb13dbfcd0854e0caac9490575a3712e4801 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Fri, 13 Feb 2004 01:45:21 +0000 Subject: [PATCH] Fix for bug 234100: removes redundant longdescs table join criterion r=justdave git-svn-id: svn://10.0.0.236/trunk@152741 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Search.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Search.pm b/mozilla/webtools/bugzilla/Bugzilla/Search.pm index 68280b7723d..3db341c7f03 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Search.pm +++ b/mozilla/webtools/bugzilla/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.