Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
6da13fde
Commit
6da13fde
authored
Jan 07, 2007
by
olav%bkor.dhs.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
User.pm
Bugzilla/User.pm
+0
-6
No files found.
Bugzilla/User.pm
View file @
6da13fde
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment