From: Frédéric Buclin Date: Thu, 5 Dec 2013 22:42:14 +0000 (+0100) Subject: Bug 942599: Documentation about possible_duplicates() lists 'products' as argument... X-Git-Tag: bugzilla-4.4.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e16de33f879019cb7b1a241ee6cc2b9f190fde;p=thirdparty%2Fbugzilla.git Bug 942599: Documentation about possible_duplicates() lists 'products' as argument instead of 'product' r=dkl a=sgreen --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 5552b3cfc1..670d234cee 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2230,7 +2230,7 @@ narrowed down to specific products. =item C (string) B - A string of keywords defining the type of bug you are trying to report. -=item C (array) - One or more product names to narrow the +=item C (array) - One or more product names to narrow the duplicate search to. If omitted, all bugs are searched. =back