diff options
author | myk%mozilla.org <> | 2004-02-13 10:45:21 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2004-02-13 10:45:21 +0100 |
commit | 085e13753bd51da6eaa16ec1e2e4e88975e34a78 (patch) | |
tree | 281bafc2b76f5fdcf0cb0aa92886a612eab73804 /Bugzilla | |
parent | cc989876869338d0a9a83fbe598afedacdefd6af (diff) | |
download | bugzilla-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.pm | 1 |
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. |