]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 366190: Remove obsolete 'compatibility' comment about sending mail to disabled...
authorolav%bkor.dhs.org <>
Sun, 7 Jan 2007 19:16:27 +0000 (19:16 +0000)
committerolav%bkor.dhs.org <>
Sun, 7 Jan 2007 19:16:27 +0000 (19:16 +0000)
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk

Bugzilla/User.pm

index f289f8b01e4c5b5cb14adf588c27b1a4f6bdb662..02c6c4db96026ca10156b172ededf5f31003a7f1 100644 (file)
@@ -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;