From 61a87738968d5670d9b06436702f389b51de6828 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Wed, 5 May 1999 22:16:21 +0000 Subject: [PATCH] Present people an immediate opportunity to attach something to a bug. --- webtools/bugzilla/post_bug.cgi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webtools/bugzilla/post_bug.cgi b/webtools/bugzilla/post_bug.cgi index c0102fdbf23..6ad8aff8233 100755 --- a/webtools/bugzilla/post_bug.cgi +++ b/webtools/bugzilla/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;