alecpl
2010-09-15 acbf0f5ee09ec7832c2747d98c94091c6dcd0a8a
program/lib/Net/SMTP.php
@@ -952,7 +952,7 @@
        /* 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;
            }