You are here

constant INVITE_UNLIMITED in Invite 6.2

Same name and namespace in other branches
  1. 5.2 invite.module \INVITE_UNLIMITED
  2. 7.2 invite.module \INVITE_UNLIMITED

Value for unlimited invites.

7 uses of INVITE_UNLIMITED
invite_admin_overview in ./invite_admin.inc
Return a list of all users that have invited someone.
invite_block_form in ./invite.module
Generate the invite block form.
invite_form in ./invite.module
Generate the invite forms.
invite_get_remaining_invites in ./invite.module
Calculate the remaining invites of a user.
invite_get_role_limit in ./invite.module
Calculate the max. number of invites based on a user's role.

... See full list

File

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

Code

define('INVITE_UNLIMITED', -1);