Thread
:
2.8c/vb3 slashes issue
View Single Post
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));
donb