Closed
Bug 353796
Opened 19 years ago
Closed 19 years ago
Rename BugMail::ProcessOneBug() as BugMail::Send
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
602 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
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".
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #239650 -
Flags: review?(mkanat)
Updated•19 years ago
|
Attachment #239650 -
Flags: review?(mkanat) → review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 2•19 years ago
|
||
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.
Description
•