summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-23 08:17:41 +0200
committerlpsolit%gmail.com <>2006-09-23 08:17:41 +0200
commit510fdee123e72a93ec87713cda4d61e242f2d0a3 (patch)
treeb6a8ad3dac95a620367aadfad306685765645dfa /Bugzilla
parente99b3c135ae31ba62001b8308a5c3369800971e9 (diff)
downloadbugzilla-510fdee123e72a93ec87713cda4d61e242f2d0a3.tar.gz
bugzilla-510fdee123e72a93ec87713cda4d61e242f2d0a3.tar.xz
Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/BugMail.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 49615c596..f5ad7c095 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;