| PP 562: Integrated with vb3 - no line break anymore
Hi
i integrated a testboard (PP562) with vb3.67. When I post a comment under an image, teher is no line break at all.
In pp-inc, I see this code, so it seems to be normal.
------------------
function convert_returns( $convert_returns )
{
$convert_returns = str_replace( "\n\r\n", "<br /><br />", $convert_returns);
return ( str_replace( "\r", "<br />", $convert_returns) );
}
------------------
What could be a reason for this?
|