alecpl
2010-03-08 cc2c83378cd4c284eed33d13e0ed4705682f26e9
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;
            }