diff options
author | tara%tequilarista.org <> | 2000-07-26 07:00:16 +0200 |
---|---|---|
committer | tara%tequilarista.org <> | 2000-07-26 07:00:16 +0200 |
commit | 9649d37c885062b67eb5a1dbff75cb22b661cf56 (patch) | |
tree | 19af39a7d87306e74369c80adec75fb5c5bca4de /process_bug.cgi | |
parent | e70b77bb7906d661407d3f8759073bfc5b533026 (diff) | |
download | bugzilla-9649d37c885062b67eb5a1dbff75cb22b661cf56.tar.gz bugzilla-9649d37c885062b67eb5a1dbff75cb22b661cf56.tar.xz |
Landing Dave Miller's patch for #25693
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
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, |