diff options
Diffstat (limited to 'Bugzilla/Search.pm')
-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. |