diff options
author | 2005-03-19 19:29:41 +0000 | |
---|---|---|
committer | 2005-03-19 19:29:41 +0000 | |
commit | fd3a996232da4f06f026f0e03e716523a00fcea8 (patch) | |
tree | 13d5289e3459451dc20bbc22c7b4163ce42a5bdd | |
parent | Bug 280911: Global symbol "$person" requires explicit package name at Bugzill... (diff) | |
download | bugzilla-fd3a996232da4f06f026f0e03e716523a00fcea8.tar.gz bugzilla-fd3a996232da4f06f026f0e03e716523a00fcea8.tar.bz2 bugzilla-fd3a996232da4f06f026f0e03e716523a00fcea8.zip |
Minor fix for Bug 280911 checkin.
-rw-r--r-- | Bugzilla/BugMail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 0c3b0b150..975162e4d 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -856,7 +856,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) { return 1; } -sub MessageToMTA ($;$$) { +sub MessageToMTA ($;$) { my ($msg, $rcpt_to) = (@_); my $sendmailparam = ""; |