diff options
author | terry%mozilla.org <> | 1999-05-06 07:16:21 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-05-06 07:16:21 +0200 |
commit | 0562b9bd346632e21892a3cb95af6849db29bc39 (patch) | |
tree | 93de838a505825ba67dbb175eb485e68813829ec /post_bug.cgi | |
parent | 38771ca6bcc1d4c4f1e2a03e7df2504e95ced117 (diff) | |
download | bugzilla-0562b9bd346632e21892a3cb95af6849db29bc39.tar.gz bugzilla-0562b9bd346632e21892a3cb95af6849db29bc39.tar.xz |
Present people an immediate opportunity to attach something to a bug.
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
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 "<H2>Changes Submitted</H2>\n"; print "<A HREF=\"show_bug.cgi?id=$id\">Show BUG# $id</A>\n"; +print "<BR><A HREF=\"createattachment.cgi?id=$id\">Attach a file to this bug</a>\n"; print "<BR><A HREF=\"query.cgi\">Back To Query Page</A>\n"; + system("./processmail $id < /dev/null > /dev/null 2> /dev/null &"); + exit; |