You are here

constant INVITE_UNLIMITED_INVITES in Invite 5

Special unlimited value.

4 uses of INVITE_UNLIMITED_INVITES
invite_form in ./invite.module
Generate the invite form.
invite_form_validate in ./invite.module
Forms API callback; validates the incoming form data.
invite_max_invites in ./invite.module
Return max number of invites a user may send.
invite_settings in ./invite.module
Menu callback; display invite settings form.

File

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

Code

define('INVITE_UNLIMITED_INVITES', -1);