From 1288cb37def46360bcbe05b1eb330161f24af918 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 8 Dec 2005 17:14:10 +0000 Subject: Bug 301764: The file size indicates "0" when editing local attachments - Patch by Frédéric Buclin r=myk a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Attachment.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Attachment.pm b/Bugzilla/Attachment.pm index bb40e74c9..76067bbbc 100644 --- a/Bugzilla/Attachment.pm +++ b/Bugzilla/Attachment.pm @@ -236,6 +236,21 @@ sub ispatch { =over +=item C + +whether or not the attachment is a URL + +=back + +=cut + +sub isurl { + my $self = shift; + return $self->{isurl}; +} + +=over + =item C whether or not the attachment is obsolete -- cgit v1.2.3-24-g4f1b