From: olav%bkor.dhs.org <> Date: Sun, 7 Jan 2007 19:16:27 +0000 (+0000) Subject: Bug 366190: Remove obsolete 'compatibility' comment about sending mail to disabled... X-Git-Tag: bugzilla-2.23.4~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da13fde68a73daa82022a61584426644e54ca05;p=thirdparty%2Fbugzilla.git Bug 366190: Remove obsolete 'compatibility' comment about sending mail to disabled accounts Patch by Olav Vitters r=LpSolit a=myk --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index f289f8b01e..02c6c4db96 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -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;