You are here

constant INVITE_VALID in Invite 7.2

Same name and namespace in other branches
  1. 7.4 invite.module \INVITE_VALID

Validity constants.

4 uses of INVITE_VALID
invite_accept in ./invite.pages.inc
Menu callback; handle incoming requests for accepting an invite.
invite_form_alter in ./invite.module
Implements hook_form_alter().
invite_user_register_access in ./invite.module
Access callback; determine access to user registration form.
invite_validate in ./invite.module
Checks the status of an invite.

File

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

Code

define('INVITE_VALID', 1);