Project

General

Profile

Bug #14174 ยป 0000102-class.t3lib_htmlmail.php.diff

Administrator Admin, 2004-05-17 18:15

View differences:

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
}
    (1-1/1)