constant APPEND_TO_BODY in Node Convert 6
Same name and namespace in other branches
- 7 node_convert.module \APPEND_TO_BODY
@file The node_convert module converts nodes from one type to another.
The node_convert module converts nodes from one type to another along with all the cck fields it may have.
1 use of APPEND_TO_BODY
- node_convert_field_convert in ./
node_convert.module - Transfers information from source_field to dest_field.
File
- ./
node_convert.module, line 11 - The node_convert module converts nodes from one type to another.
Code
define("APPEND_TO_BODY", 'append_to_body');