]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Present people an immediate opportunity to attach something to a bug.
authorterry%mozilla.org <>
Thu, 6 May 1999 05:16:21 +0000 (05:16 +0000)
committerterry%mozilla.org <>
Thu, 6 May 1999 05:16:21 +0000 (05:16 +0000)
post_bug.cgi

index c0102fdbf23602fba65b47b9e480a1500a8aeca2..6ad8aff823304ee2eaee5d4d4b9dca25e976ec8c 100755 (executable)
@@ -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;