constant NODE_EXPIRE_NO_EXPIRE in Node expire 8
Same name and namespace in other branches
- 7.2 node_expire.module \NODE_EXPIRE_NO_EXPIRE
- 7 node_expire.module \NODE_EXPIRE_NO_EXPIRE
3 uses of NODE_EXPIRE_NO_EXPIRE
- _node_expire_date_db_to_str in ./
node_expire.nodeapi.inc - Convert timestamp int to date string.
- _node_expire_date_str_to_db in ./
node_expire.nodeapi.inc - Convert date string to timestamp int.
- _node_expire_node_update_insert in ./
node_expire.nodeapi.inc - Implements hook_node_update() and hook_node_insert().
File
- ./
node_expire.module, line 13 - Set a timer into your content, allowing you to perform customized actions.
Code
define('NODE_EXPIRE_NO_EXPIRE', 2145934800);