You are here

constant UNIQUE_FIELD_PERM_BYPASS in Unique field 6

3 uses of UNIQUE_FIELD_PERM_BYPASS
unique_field_form_alter in ./unique_field.module
Implementation of hook_form_alter().
unique_field_nodeapi in ./unique_field.module
Implementation of hook_nodeapi().
unique_field_perm in ./unique_field.module
Implementation of hook_perm().

File

./unique_field.module, line 18
Provides content validation requirement that a node's title, author, language, taxonomy terms, or CCK fields are unique.

Code

define('UNIQUE_FIELD_PERM_BYPASS', 'bypass requirement that fields are unique');