You are here

constant UNIQUE_FIELD_PERM in Unique field 5

2 uses of UNIQUE_FIELD_PERM
unique_field_form_alter in ./unique_field.module
Implementation of hook_form_alter().
unique_field_perm in ./unique_field.module
Implementation of hook_perm().

File

./unique_field.module, line 17
Provides content validation requirement that the node's title, author, or specified CCK fields are unique.

Code

define('UNIQUE_FIELD_PERM', 'designate fields as unique');