From: lpsolit%gmail.com <> Date: Wed, 8 Apr 2009 21:26:24 +0000 (+0000) Subject: Fix the warning thrown by 011pod.t X-Git-Tag: bugzilla-3.5.1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4afa077fc379af8eeec47f3dbd245b7c8fa9ff80;p=thirdparty%2Fbugzilla.git Fix the warning thrown by 011pod.t --- diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 6cca49e45b..d2e5a8dda7 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -667,7 +667,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.