From b6145a04306bf72a2fd687a62aad26b7c6bedfda Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 8 Apr 2009 21:28:21 +0000 Subject: [PATCH] Fix the warning thrown by 011pod.t --- Bugzilla/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index adc96fa503..b91576ca5e 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -662,7 +662,7 @@ reference whose keys are the columns, operators and placeholders, and the values are the placeholders' bind value. For example: WHERE => { 'some_column >= ?' => $some_value } - + would constrain the query to only those objects in the table whose 'some_column' column has a value greater than or equal to $some_value. -- 2.47.2