From 8df7faa9ba4f01f0603e54a4d9588f9da3f3d349 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sun, 18 Nov 2001 06:40:02 +0000 Subject: [PATCH] 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 --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2