From a25730da0b3ef9ea4e99af4e0d99117a81a9b8ed Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Fri, 30 Dec 2011 15:31:19 -0800 Subject: Bug 647662 - Add a "size" return value to Bug.attachments [r=dkl r=mkanat a=mkanat] --- Bugzilla/Attachment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Attachment.pm') diff --git a/Bugzilla/Attachment.pm b/Bugzilla/Attachment.pm index 5c56d6e98..d91e17b93 100644 --- a/Bugzilla/Attachment.pm +++ b/Bugzilla/Attachment.pm @@ -373,7 +373,7 @@ sub data { =item C -the length (in characters) of the attachment content +the length (in bytes) of the attachment content =back -- cgit v1.2.3-24-g4f1b