View Single Post
Old October 7th, 2005, 03:50 AM   #16 (permalink)
Mark Goldstein
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 111
So which specific file do I add this code to?

if ( $Globals['reviewhtml'] == "yes" ) $reviewtextline = un_htmlspecialchars($reviewtextline);
else $reviewtextline = convert_markups($reviewtextline);
if ( VB3_ENHANCEDINT == "off" ) $reviewtextline = convert_returns($reviewtextline);
Mark Goldstein is offline   Reply With Quote