]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
back out change
authorcyeh%bluemartini.com <>
Sat, 10 Mar 2001 07:59:40 +0000 (07:59 +0000)
committercyeh%bluemartini.com <>
Sat, 10 Mar 2001 07:59:40 +0000 (07:59 +0000)
process_bug.cgi

index e209dd5ebd2a22db61e8558345ebb7d6375af312..061dadc93bcae1e306ff0706b56a9a2a2d1a4827 100755 (executable)
@@ -727,9 +727,11 @@ The changes made were:
             my $value = value_quote($::FORM{$i});
             print qq{<input type=hidden name="$i" value="$value">\n};
         }
-        my $conflictid = DBID_to_name($id);
         print qq{<input type=submit value="Submit my changes anyway">\n};
-        print "<BR>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{.</form>\n<li><a href="show_bug.cgi?id=$id">Throw away my changes, and go revisit bug $id</a></ul>\n};
         PutFooter();
         exit;