summaryrefslogtreecommitdiff
path: root/program/lib/Net
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-08 07:13:09 +0000
committeralecpl <alec@alec.pl>2010-03-08 07:13:09 +0000
commitcc2c83378cd4c284eed33d13e0ed4705682f26e9 (patch)
treea21c2466206b15e09ae100f0343027d72dbe014c /program/lib/Net
parentb5de2a1f90c0ac6b16ca372c7e55e8277996182b (diff)
- Net_SMTP 1.4.2 with fix for #1486537
Diffstat (limited to 'program/lib/Net')
-rw-r--r--program/lib/Net/SMTP.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Net/SMTP.php b/program/lib/Net/SMTP.php
index f5a625454..0602e100f 100644
--- a/program/lib/Net/SMTP.php
+++ b/program/lib/Net/SMTP.php
@@ -952,7 +952,7 @@ class Net_SMTP
/* If we have a separate headers string, send it first. */
if (!is_null($headers)) {
- $this->quotedata($line);
+ $this->quotedata($headers);
if (PEAR::isError($result = $this->_send($headers . "\r\n\r\n"))) {
return $result;
}