From a0b4765775200003bb118b719402f7290f9f2588 Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Sat, 10 Mar 2001 07:41:37 +0000 Subject: fix for 70039: Mid-air collision page confusing, users think comments will be lost --- process_bug.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/process_bug.cgi b/process_bug.cgi index 061dadc93..e209dd5eb 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -727,11 +727,9 @@ The changes made were: my $value = value_quote($::FORM{$i}); print qq{\n}; } + my $conflictid = DBID_to_name($id); print qq{\n}; - print " This will cause all of the above changes to be overwritten"; - if ($longchanged) { - print ", except for the changes to the description"; - } + print "
Clicking this button will preserve " . DBID_to_name($id) . "'s additional comments, but will overwite any other changes made by " . DBID_to_name($id); print qq{.\n
  • Throw away my changes, and go revisit bug $id\n}; PutFooter(); exit; -- cgit v1.2.3-24-g4f1b