Fixed bug in ISSO::Mail::_convert_line_breaks where line breaks were in some cases...
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 10 Mar 2005 00:22:47 +0000 (00:22 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 10 Mar 2005 00:22:47 +0000 (00:22 +0000)
commit6791e44be45744387147535e44e3bbe14d8dfee1
tree79e5bb6faa710ce6eaef5aae921680c80fb22e02
parent42a182b6f4f91d1bca14a1977c0e777bb7d93413
Fixed bug in ISSO::Mail::_convert_line_breaks where line breaks were in some cases being converted twice. The problem was that if you wanted to convert to \r\n you can't convert in a linear fashion (do all of the conversions to \r\n). Instead, you have to simplify everything to one line break, and then change the line breaks to the desired style. This is because \r\n would be converted into double line breaks if the old style was already \r\n.
mail.php