Commit 6da13fde authored by olav%bkor.dhs.org's avatar olav%bkor.dhs.org

Bug 366190: Remove obsolete 'compatibility' comment about sending mail to disabled accounts

Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
parent 20bc564f
......@@ -1340,12 +1340,6 @@ sub wants_bug_mail {
my $self = shift;
my ($bug_id, $relationship, $fieldDiffs, $commentField, $changer, $bug_is_new) = @_;
# Don't send any mail, ever, if account is disabled
# XXX Temporary Compatibility Change 1 of 2:
# This code is disabled for the moment to make the behaviour like the old
# system, which sent bugmail to disabled accounts.
# return 0 if $self->{'disabledtext'};
# Make a list of the events which have happened during this bug change,
# from the point of view of this user.
my %events;
......
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