From: timeless%mac.com <> Date: Tue, 20 Mar 2001 04:02:55 +0000 (+0000) Subject: fix bug 72487 Create Attachment should allow user to create another attach X-Git-Tag: bugzilla-2.12~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74a9b1852f109c45ae03d430b761c5d57dd71556;p=thirdparty%2Fbugzilla.git fix bug 72487 Create Attachment should allow user to create another attach Also adds link+desc to created patch. r=jake,terry --- diff --git a/createattachment.cgi b/createattachment.cgi index 038b63094f..4f2a465daf 100755 --- a/createattachment.cgi +++ b/createattachment.cgi @@ -105,9 +105,11 @@ What kind of file is this? AppendComment($id, $::COOKIE{"Bugzilla_login"}, "Created an attachment (id=$attachid)\n$desc\n"); - print "

Attachment to bug $id created

\n"; + print '

Attachment $attachid to bug $id created

\n"; system("./processmail", $id, $::COOKIE{'Bugzilla_login'}); print "
Go Back to BUG# $id
\n"; + print "

Create another attachment to bug $id

\n"; } PutFooter();