From 085e13753bd51da6eaa16ec1e2e4e88975e34a78 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 13 Feb 2004 09:45:21 +0000 Subject: Fix for bug 234100: removes redundant longdescs table join criterion r=justdave --- Bugzilla/Search.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 68280b772..3db341c7f 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. -- cgit v1.2.3-24-g4f1b