ok. The directions have changed. The code you are looking for is:
Code:
// insert the request
$DB_site->query("
INSERT INTO " . TABLE_PREFIX . "usergrouprequest
(userid,usergroupid,reason,dateline)
VALUES
($bbuserinfo[userid], $usergroupid, '" . addslashes(htmlspecialchars_uni($_POST['reason'])) . "', " . TIMENOW . ")
");
Add the code changes after that bit of code. I've changed the directions. Thanks for catching that there were two instances of that code.