if (!$role_id) continue; // Role not found, nothing to do.
$sql = "update tt_users set role_id = $role_id where id = $user_id and team_id = $team_id";
if (!$role_id) continue; // Role not found, nothing to do.
$sql = "update tt_users set role_id = $role_id where id = $user_id and team_id = $team_id";