From: Koosha Khajeh Moogahi Date: Tue, 24 Jul 2012 13:41:40 +0000 (+0800) Subject: Bug 771302: Fix minor errors in doc of WebService::Bug::get() X-Git-Tag: bugzilla-4.3.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83195bc9d7f8229cd3c703a396b03d09e7971a56;p=thirdparty%2Fbugzilla.git Bug 771302: Fix minor errors in doc of WebService::Bug::get() r=glob, a=LpSolit --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 9b6aeb3e56..bf6a162161 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1965,13 +1965,13 @@ C The numeric bug_id of this bug. =item faultString -c This will only be returned for invalid bugs if the C +C This will only be returned for invalid bugs if the C argument was set when calling Bug.get, and it is an error indicating that the bug id was invalid. =item faultCode -c This will only be returned for invalid bugs if the C +C This will only be returned for invalid bugs if the C argument was set when calling Bug.get, and it is the error code for the invalid bug error.