View Single Post
Old July 7th, 2005, 10:23 AM   #7 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
Okay well then line breaks will not be used. It will use whatever VB WYSIWYG controls you have set.

You can always change this line

if ( VB3_ENHANCEDINT != "on" ) $reviewtext[$itemnum] = convert_returns($reviewtextline);

to this to force line breaks in a vb3 environment

$reviewtext[$itemnum] = convert_returns($reviewtextline);
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote