From a744c531a46bdd18aed3cc89ed0770a791d27475 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 10 Feb 2011 16:57:00 -0800 Subject: Fix a POD compilation error. https://bugzilla.mozilla.org/show_bug.cgi?id=633041 --- Bugzilla/WebService/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 0dd4124d1..124dd6b25 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2403,7 +2403,7 @@ C A comment to add along with this attachment. C True if Bugzilla should treat this attachment as a patch. If you specify this, you do not need to specify a C. -The C. +The C of the attachment will be forced to C. Defaults to False if not specified. -- cgit v1.2.3-24-g4f1b