|
where is this at? what script
I show on showphoto.php this where we use convert_returns
if ( VB3_ENHANCEDINT == "on" ) $commenttextline = un_htmlspecialchars(convert_markups($commenttextline));
else $commenttextline = convert_returns(convert_markups($commenttextline));
|