Commit 0ac53ed9 authored by Frédéric Buclin's avatar Frédéric Buclin

Fix on checkin for bug 543432

parent fd32a1a3
......@@ -1999,7 +1999,7 @@ sub _quote_unless_numeric {
my $is_numeric = $numeric_operator && $numeric_field && $numeric_value;
# These operators are really numeric operators with numeric fields.
$numeric_operator = grep { $_ eq $operator } keys SIMPLE_OPERATORS;
$numeric_operator = grep { $_ eq $operator } keys %{ SIMPLE_OPERATORS() };
if ($is_numeric) {
my $quoted = $value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment