]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by Frédéric...
authorlpsolit%gmail.com <>
Sat, 23 Sep 2006 06:17:41 +0000 (06:17 +0000)
committerlpsolit%gmail.com <>
Sat, 23 Sep 2006 06:17:41 +0000 (06:17 +0000)
Bugzilla/BugMail.pm

index 49615c5962f3f82ece1a7496267f007cd2c6a9a4..f5ad7c095f6d4f24196417a796a06cb83188f893 100644 (file)
@@ -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;