From 6544d2b6b9e59642a626d3766fa3ca00683c587f Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 1 May 2012 17:18:15 -0400 Subject: Fixed earlier declaration error in Bugzilla/Search.pm --- Bugzilla/Search.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index c0a58c3f0..6f1061e2c 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -1747,7 +1747,6 @@ sub do_search_function { sub _do_operator_function { my ($self, $func_args) = @_; my $operator = $func_args->{operator}; - my $operator_func = OPERATORS->{$operator}; my $operator_func = OPERATORS->{$$operator} || ThrowCodeError("search_field_operator_unsupported", { operator => $$operator }); -- cgit v1.2.3-24-g4f1b