From 6da13fde68a73daa82022a61584426644e54ca05 Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" <> Date: Sun, 7 Jan 2007 19:16:27 +0000 Subject: Bug 366190: Remove obsolete 'compatibility' comment about sending mail to disabled accounts Patch by Olav Vitters r=LpSolit a=myk --- Bugzilla/User.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index f289f8b01..02c6c4db9 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; -- cgit v1.2.3-24-g4f1b