You are here

constant APPLY_FOR_ROLE_APPROVED in Apply for role 5

Same name and namespace in other branches
  1. 6 apply_for_role.module \APPLY_FOR_ROLE_APPROVED
  2. 7.2 apply_for_role.module \APPLY_FOR_ROLE_APPROVED
  3. 7 apply_for_role.module \APPLY_FOR_ROLE_APPROVED
2 uses of APPLY_FOR_ROLE_APPROVED
apply_for_role_admin_form in ./apply_for_role.module
User management
apply_for_role_approve_apply in ./apply_for_role.module
Approve a role application and put the user into the role.

File

./apply_for_role.module, line 9
Allows users to apply for roles.

Code

define('APPLY_FOR_ROLE_APPROVED', 1);