summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Attachment.pm
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2011-12-31 00:31:19 +0100
committerReed Loden <reed@reedloden.com>2011-12-31 00:31:19 +0100
commita25730da0b3ef9ea4e99af4e0d99117a81a9b8ed (patch)
treea588a55873f2ef8b6f32f008c326263519850cd3 /Bugzilla/Attachment.pm
parent21d5f6e14678d566dd381e14e5f23647235659a9 (diff)
downloadbugzilla-a25730da0b3ef9ea4e99af4e0d99117a81a9b8ed.tar.gz
bugzilla-a25730da0b3ef9ea4e99af4e0d99117a81a9b8ed.tar.xz
Bug 647662 - Add a "size" return value to Bug.attachments
[r=dkl r=mkanat a=mkanat]
Diffstat (limited to 'Bugzilla/Attachment.pm')
-rw-r--r--Bugzilla/Attachment.pm2
1 files changed, 1 insertions, 1 deletions
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<datasize>
-the length (in characters) of the attachment content
+the length (in bytes) of the attachment content
=back