From a7b7b39d07f0aaefa75f0dabed65a1d743981e92 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 10 Feb 2011 16:47:39 -0800 Subject: 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 --- Bugzilla/WebService/Bug.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 189c984c3..0dd4124d1 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. -- cgit v1.2.3-24-g4f1b