From 70e7519ed53abf4636a4abe51e4b81140e26127f Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Sat, 10 Mar 2001 07:59:40 +0000 Subject: back out change --- process_bug.cgi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index e209dd5eb..061dadc93 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -727,9 +727,11 @@ The changes made were: my $value = value_quote($::FORM{$i}); print qq{\n}; } - my $conflictid = DBID_to_name($id); print qq{\n}; - 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 " This will cause all of the above changes to be overwritten"; + if ($longchanged) { + print ", except for the changes to the description"; + } print qq{.\n
  • Throw away my changes, and go revisit bug $id\n}; PutFooter(); exit; -- cgit v1.2.3-24-g4f1b