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

index 6cca49e45b4e62ebaf3e52820ad8bf8f70731ba2..d2e5a8dda7d5740f41cdce96a3b78875c9f29d94 100644 (file)
@@ -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.