From 0562b9bd346632e21892a3cb95af6849db29bc39 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Thu, 6 May 1999 05:16:21 +0000 Subject: Present people an immediate opportunity to attach something to a bug. --- post_bug.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index c0102fdbf..6ad8aff82 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -138,7 +138,10 @@ foreach my $person (keys %ccids) { print "

Changes Submitted

\n"; print "Show BUG# $id\n"; +print "
Attach a file to this bug\n"; print "
Back To Query Page\n"; + system("./processmail $id < /dev/null > /dev/null 2> /dev/null &"); + exit; -- cgit v1.2.3-24-g4f1b