You are here

constant NODE_NOT_PREMIUM in Node Option Premium 7

Node is not premium.

2 uses of NODE_NOT_PREMIUM
node_make_non_premium_action in ./nopremium.module
Implementation of a Drupal action. Sets the premium property of a node to 0.
nopremium_node_operations in ./nopremium.module
Implementation of hook_node_operations().

File

./nopremium.module, line 11
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

define('NODE_NOT_PREMIUM', 0);