summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Object.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-04-08 23:26:24 +0200
committerlpsolit%gmail.com <>2009-04-08 23:26:24 +0200
commit4afa077fc379af8eeec47f3dbd245b7c8fa9ff80 (patch)
treeb79ad496cb573f439a3cc9eeef6b35675e89a7fb /Bugzilla/Object.pm
parent5d860b8463981208c9ba8ede35bd457c4fee6628 (diff)
downloadbugzilla-4afa077fc379af8eeec47f3dbd245b7c8fa9ff80.tar.gz
bugzilla-4afa077fc379af8eeec47f3dbd245b7c8fa9ff80.tar.xz
Fix the warning thrown by 011pod.t
Diffstat (limited to 'Bugzilla/Object.pm')
-rw-r--r--Bugzilla/Object.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm
index 6cca49e45..d2e5a8dda 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.