From 9649d37c885062b67eb5a1dbff75cb22b661cf56 Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Wed, 26 Jul 2000 05:00:16 +0000 Subject: Landing Dave Miller's patch for #25693 --- process_bug.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 3479710f1..715546fde 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -903,6 +903,7 @@ The changes made were: $origCcString .= ",$old"; # make sure to send mail to people # if they are going to no longer get # updates about this bug. + $old = "" if $old == 0; } if ($col eq 'product') { RemoveVotes($id, 0, -- cgit v1.2.3-24-g4f1b