From: terry%mozilla.org <> Date: Thu, 6 May 1999 05:16:21 +0000 (+0000) Subject: Present people an immediate opportunity to attach something to a bug. X-Git-Tag: bugzilla-2.6~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0562b9bd346632e21892a3cb95af6849db29bc39;p=thirdparty%2Fbugzilla.git Present people an immediate opportunity to attach something to a bug. --- diff --git a/post_bug.cgi b/post_bug.cgi index c0102fdbf2..6ad8aff823 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;