constant PROTECTED_NODE_FIELDSET_OPEN in Protected Node 6
Same name and namespace in other branches
- 7 protected_node.settings.inc \PROTECTED_NODE_FIELDSET_OPEN
- 1.0.x protected_node.settings.inc \PROTECTED_NODE_FIELDSET_OPEN
When editing a node that can be protected, always show the fieldset as opened.
1 use of PROTECTED_NODE_FIELDSET_OPEN
- protected_node_node_form_alter in ./
protected_node.settings.inc - Actual implementation of the protected_node_form_alter() function.
File
- ./
protected_node.settings.inc, line 17 - Configuration file for the protected_node module.
Code
define('PROTECTED_NODE_FIELDSET_OPEN', 1);