Sorry abou that, can't believe I overlooked it. If you've instaleld this hack prior to 8/20, open up editpost.php
Find:
PHP Code:
$threadupdate[] = "title = '" . addslashes(htmlspecialchars_uni($edit['title'])) . "', threaddesc = '$edit[threaddesc]', iconid = $edit[iconid]";
and replace it with:
PHP Code:
$threadupdate[] = "title = '" . addslashes(htmlspecialchars_uni($edit['title'])) . "', threaddesc = '" . addslashes(htmlspecialchars_uni($edit['threaddesc'])) . "', iconid = $edit[iconid]";