Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1519
 
1525
 
1525
 
mail.php
_> 7676     }
  7777 
  7878     function setBodyPlain($body) {
<> 79 -      $this->_body_plain = wordwrap($body, 78, "\r\n", false);
   79+      $this->_body_plain = $body;
8080       $this->_body = null;
  8181     }
  8282 
  8383     function setBodyHTML($body) {
<> 84 -      $this->_body_html = wordwrap($body, 998, "\r\n", true);
   84+      $this->_body_html = $body;
<_ 8585       $this->_body = null;
  8686     }
  8787