1
Niels
Typo in xoopsmailer RC3.01, i think ;-)
  • 2002/6/17 13:45

  • Niels

  • Just popping in

  • Posts: 20

  • Since: 2002/4/19


Hallo,
i was repatcing my new xoopsmailer and found the follow text on line 185 of the function send()
$this->body = str_replace("\r\n", "\n", $this->body);
$this->body = str_replace("\r", "\n", $this->body);
$this->body = str_replace("\r", $this->LE, $this->body);

but i think the last "/r" must by:
$this->body = str_replace("\n", $this->LE, $this->body);

becose of "/r" don't exist anymore after line 2 above.

thanks
Niels

<small>[ Edited by Niels on 2002/6/17 14:46:29 ]</small>

2
onokazu
Re: Typo in xoopsmailer RC3.01, i think ;-)
  • 2002/6/17 16:32

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, we'll fix this. thx

Login

Who's Online

141 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 141


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits