You are here

function invite_invite_limit in Invite 7.2

File

./invite.module, line 970
Allows your users to send and track invitations to join your site.

Code

function invite_invite_limit($account, $limit) {
  if ($account->uid == 1) {
    return INVITE_UNLIMITED;
  }
}