View Single Post
Old July 20th, 2004, 09:52 AM   #2 (permalink)
donb
Guest
 
Posts: n/a
Change line 87 in adm-modrev.php from

$review = convert_markups($review);

to

$review = stripslashes(convert_markups($review));
  Reply With Quote