Commit 9649d37c authored by tara%tequilarista.org's avatar tara%tequilarista.org

Landing Dave Miller's patch for #25693

parent e70b77bb
...@@ -903,6 +903,7 @@ The changes made were: ...@@ -903,6 +903,7 @@ The changes made were:
$origCcString .= ",$old"; # make sure to send mail to people $origCcString .= ",$old"; # make sure to send mail to people
# if they are going to no longer get # if they are going to no longer get
# updates about this bug. # updates about this bug.
$old = "" if $old == 0;
} }
if ($col eq 'product') { if ($col eq 'product') {
RemoveVotes($id, 0, RemoveVotes($id, 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment