// ---------------------------------------------------------------------------
// If this thread is locked and they are not a admin or mod they can't proceed
if ( ($bstatus != "O" && $bstatus != "") && ($user['USER_MEMBERSHIP_LEVEL'] != "Administrator") && (!preg_match("/Moderator/",$user['USER_MEMBERSHIP_LEVEL']))) {
$html -> not_right($ubbt_lang['LOCKED']);
}