diff options
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 68144b376..3653cff67 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -1758,7 +1758,6 @@ sub _longdescs_isprivate { my $extra = $self->{'user'}->is_insider ? "" : "AND $table.isprivate = 0"; push(@$joins, "LEFT JOIN longdescs AS $table " . "ON $table.bug_id = bugs.bug_id $extra"); - $args->{quoted} = $args->{value} ? 1 : 0; $args->{full_field} = "$table.isprivate"; } |