]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix the warning thrown by 011pod.t
authorlpsolit%gmail.com <>
Wed, 8 Apr 2009 21:28:21 +0000 (21:28 +0000)
committerlpsolit%gmail.com <>
Wed, 8 Apr 2009 21:28:21 +0000 (21:28 +0000)
Bugzilla/Object.pm

index adc96fa503a871375e72c8e65901fc67efeeb659..b91576ca5eb71000512a35e0a277430f82288625 100644 (file)
@@ -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.