From: Max Kanat-Alexander Date: Fri, 11 Feb 2011 00:47:06 +0000 (-0800) Subject: Fix the POD of Bug.add_attachment to reflect that it now automatically X-Git-Tag: bugzilla-4.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd2e277c435960784413f7526e3f649d4bb463a;p=thirdparty%2Fbugzilla.git Fix the POD of Bug.add_attachment to reflect that it now automatically picks the content_type of text/plain when you set is_patch to true. https://bugzilla.mozilla.org/show_bug.cgi?id=633041 --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 8bec963046..0539e41198 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2402,9 +2402,8 @@ C A comment to add along with this attachment. =item C C True if Bugzilla should treat this attachment as a patch. -If you specify this, the C should be C. -(Future versions of Bugzilla will force the C setting -to C for patches and you will not have to specify it manually.) +If you specify this, you do not need to specify a C. +The C. Defaults to False if not specified.