You are here

constant UNIQUE_FIELD_FIELDS_TITLE in Unique field 5

Same name and namespace in other branches
  1. 8.2 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
  2. 8 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
  3. 6 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
  4. 7 unique_field.module \UNIQUE_FIELD_FIELDS_TITLE
2 uses of UNIQUE_FIELD_FIELDS_TITLE
unique_field_match_value in ./unique_field.module
Find nodes with a matching field value within a given scope.
unique_field_nodeapi in ./unique_field.module
Implementation of hook_nodeapi().

File

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

Code

define('UNIQUE_FIELD_FIELDS_TITLE', 'title');