Closed Bug 353796 Opened 19 years ago Closed 19 years ago

Rename BugMail::ProcessOneBug() as BugMail::Send

Categories

(Bugzilla :: Bugzilla-General, defect)

2.23
defect
Not set
trivial

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: LpSolit, Assigned: LpSolit)

Details

Attachments

(1 file)

In BugMail.pm, we have: sub Send { my ($id, $forced) = (@_); return ProcessOneBug($id, $forced); } sub ProcessOneBug { my ($id, $forced) = (@_); This is the single place from where ProcessOneBug() is called. This makes it pretty useless. This a tiny minor "improvement".
Attached patch patch, v1Splinter Review
Attachment #239650 - Flags: review?(mkanat)
Attachment #239650 - Flags: review?(mkanat) → review+
Flags: approval?
Flags: approval? → approval+
Checking in Bugzilla/BugMail.pm; /cvsroot/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm,v <-- BugMail.pm new revision: 1.95; previous revision: 1.94 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: