constant UNIQUE_FIELD_SHOW_MATCHES in Unique field 5
Same name and namespace in other branches
- 8.2 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
- 8 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
- 6 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
- 7 unique_field.module \UNIQUE_FIELD_SHOW_MATCHES
1 use of UNIQUE_FIELD_SHOW_MATCHES
- unique_field_nodeapi in ./
unique_field.module - Implementation of hook_nodeapi().
File
- ./
unique_field.module, line 33 - Provides content validation requirement that the node's title, author, or specified CCK fields are unique.
Code
define('UNIQUE_FIELD_SHOW_MATCHES', 'show_matches');