Mike Sullivan
Sat 21st Jun '03, 1:44am
In includes/functions_newpost.php, find:
if (substr(strtolower($posttitle), 0, 3) != 're:')
Above it add:
$posttitle = unhtmlspecialchars($posttitle);
if (substr(strtolower($posttitle), 0, 3) != 're:')
Above it add:
$posttitle = unhtmlspecialchars($posttitle);