constant INVITE_UNLIMITED in Invite 5.2
Same name and namespace in other branches
- 6.2 invite.module \INVITE_UNLIMITED
- 7.2 invite.module \INVITE_UNLIMITED
Value for unlimited invites.
7 uses of INVITE_UNLIMITED
- 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.
- invite_page_form in ./
invite.module - Generate the invite page form.
File
- ./
invite.module, line 17 - Allows your users to send and track invitations to join your site.
Code
define('INVITE_UNLIMITED', -1);