From: Frédéric Buclin Date: Thu, 5 Dec 2013 22:43:34 +0000 (+0100) Subject: Bug 942599: Documentation about possible_duplicates() lists 'products' as argument... X-Git-Tag: bugzilla-4.2.8~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8744c5ca21fdb8ae0ae5b5033df662d5f753da7;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 9ccd84cc25..eb76b41319 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2037,7 +2037,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