From 74a9b1852f109c45ae03d430b761c5d57dd71556 Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" <> Date: Tue, 20 Mar 2001 04:02:55 +0000 Subject: fix bug 72487 Create Attachment should allow user to create another attach Also adds link+desc to created patch. r=jake,terry --- createattachment.cgi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/createattachment.cgi b/createattachment.cgi index 038b63094..4f2a465da 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(); -- cgit v1.2.3-24-g4f1b