From: cyeh%bluemartini.com <> Date: Sat, 10 Mar 2001 07:59:40 +0000 (+0000) Subject: back out change X-Git-Tag: bugzilla-2.12~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e7519ed53abf4636a4abe51e4b81140e26127f;p=thirdparty%2Fbugzilla.git back out change --- diff --git a/process_bug.cgi b/process_bug.cgi index e209dd5ebd..061dadc93b 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;