summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorolav%bkor.dhs.org <>2007-01-07 20:16:27 +0100
committerolav%bkor.dhs.org <>2007-01-07 20:16:27 +0100
commit6da13fde68a73daa82022a61584426644e54ca05 (patch)
tree44765c8bee71bede21b84ea1410d26f4d4b9e023 /Bugzilla
parent20bc564f90f84334fdff1b89c75cb2bde323f194 (diff)
downloadbugzilla-6da13fde68a73daa82022a61584426644e54ca05.tar.gz
bugzilla-6da13fde68a73daa82022a61584426644e54ca05.tar.xz
Bug 366190: Remove obsolete 'compatibility' comment about sending mail to disabled accounts
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/User.pm6
1 files changed, 0 insertions, 6 deletions
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;