Fix for bug 109354: After entering a new bug, the link offering to add an attachment to the bug you just created pointed at

the old attachment form instead of the new one.
Patch by Josh Soref <timeless@mac.com>
r= myk x2
This commit is contained in:
justdave%syndicomm.com 2001-11-17 22:40:02 +00:00
Родитель 7e069b138f
Коммит bc2ba9abf9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -257,7 +257,7 @@ print "<TABLE BORDER=1><TD><H2>Bug $id posted</H2>\n";
system("./processmail", $id, $::COOKIE{'Bugzilla_login'});
print "<TD><A HREF=\"show_bug.cgi?id=$id\">Back To BUG# $id</A></TABLE>\n";
print "<BR><A HREF=\"createattachment.cgi?id=$id\">Attach a file to this bug</a>\n";
print "<BR><A HREF=\"attachment.cgi?bugid=$id&action=enter\">Attach a file to this bug</a>\n";
navigation_header();