summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-02-13 10:45:21 +0100
committermyk%mozilla.org <>2004-02-13 10:45:21 +0100
commit085e13753bd51da6eaa16ec1e2e4e88975e34a78 (patch)
tree281bafc2b76f5fdcf0cb0aa92886a612eab73804 /Bugzilla
parentcc989876869338d0a9a83fbe598afedacdefd6af (diff)
downloadbugzilla-085e13753bd51da6eaa16ec1e2e4e88975e34a78.tar.gz
bugzilla-085e13753bd51da6eaa16ec1e2e4e88975e34a78.tar.xz
Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Search.pm1
1 files changed, 0 insertions, 1 deletions
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.