From: justdave%syndicomm.com <> Date: Sun, 18 Nov 2001 06:40:02 +0000 (+0000) Subject: Fix for bug 109354: After entering a new bug, the link offering to add an attachment... X-Git-Tag: bugzilla-2.16rc1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df7faa9ba4f01f0603e54a4d9588f9da3f3d349;p=thirdparty%2Fbugzilla.git 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 r= myk x2 --- diff --git a/post_bug.cgi b/post_bug.cgi index bcbef7bb3f..b2b8439778 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -257,7 +257,7 @@ print "

Bug $id posted

\n"; system("./processmail", $id, $::COOKIE{'Bugzilla_login'}); print "
Back To BUG# $id
\n"; -print "
Attach a file to this bug\n"; +print "
Attach a file to this bug\n"; navigation_header();