constant PRIVATE_DISABLED in Private 7
Same name and namespace in other branches
- 8.2 private_content.module \PRIVATE_DISABLED
- 8 private_content.module \PRIVATE_DISABLED
- 6 private.module \PRIVATE_DISABLED
- 7.2 private.module \PRIVATE_DISABLED
@file A tremendously simple access control module -- it allows users to mark individual nodes as private; users with 'access private content' perms can read these nodes, while others cannot.
1 use of PRIVATE_DISABLED
- private_form_alter in ./
private.module - Implements hook_form_alter().
File
- ./
private.module, line 10 - A tremendously simple access control module -- it allows users to mark individual nodes as private; users with 'access private content' perms can read these nodes, while others cannot.
Code
define('PRIVATE_DISABLED', 0);