Forums
uid == 0) {
drupal_set_message(t("Please sign in to access the SEHTA Forums or join SEHTA by clicking here."));
unset($_REQUEST['destination']);
drupal_goto("user/login",'destination=forum');
}
else
{
drupal_goto("forum");
}
?>