that code should be right above:
PHP Code:
// redirect
if ($postpoll) {
$goto="poll.php?s=$session[sessionhash]&threadid=$threadid&polloptions=".intval($polloptions);
} elseif ($visible) {
$goto="showthread.php?s=$session[sessionhash]&threadid=$threadid";
} else {
$goto="forumdisplay.php?s=$session[sessionhash]&forumid=$forumid";
}
if you still can't find it, let me know.
____________________________
on the other note, i guess people might remove the redirects to cut down on bandwidth or something...i'm as mystified as you are though