Commit 510fdee1 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by…

Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent e99b3c13
......@@ -90,11 +90,6 @@ END
# This hash usually comes from the "mailrecipients" var in a template call.
sub Send {
my ($id, $forced) = (@_);
return ProcessOneBug($id, $forced);
}
sub ProcessOneBug {
my ($id, $forced) = (@_);
my @headerlist;
my %defmailhead;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment