From: Frédéric Buclin Date: Thu, 5 Dec 2013 22:44:44 +0000 (+0100) Subject: Bug 942599: Documentation about possible_duplicates() lists 'products' as argument... X-Git-Tag: bugzilla-4.0.12~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0587b2953fa2944c5bee3e0c0fe6ba73849db03;p=thirdparty%2Fbugzilla.git Bug 942599: Documentation about possible_duplicates() lists 'products' as argument instead of 'product' r=dkl a=justdave --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 628816546f..ffa1852d0b 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2015,7 +2015,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