Bug #14174 ยป 0000102-class.t3lib_htmlmail.php.diff
class.t3lib_htmlmail.php 17 May 2004 15:32:45 -0000 | ||
---|---|---|
$this->constructAlternative($newBoundary); // Adding the plaintext/html mix
|
||
$this->constructHTML_media($boundary);
|
||
$this->add_message("--".$boundary."--\n");
|
||
// $this->add_message("--".$boundary."--\n");
|
||
} else {
|
||
$this->constructAlternative($boundary); // Adding the plaintext/html mix, and if no media, then use $boundary instead of $newBoundary
|
||
}
|