From: lpsolit%gmail.com <> Date: Sat, 23 Sep 2006 06:17:41 +0000 (+0000) Subject: Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric... X-Git-Tag: bugzilla-2.23.3~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=510fdee123e72a93ec87713cda4d61e242f2d0a3;p=thirdparty%2Fbugzilla.git Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric Buclin r=mkanat a=justdave --- diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 49615c5962..f5ad7c095f 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -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;