constant PRIVATE_AUTOMATIC in Private 7.2
Same name and namespace in other branches
- 8.2 private_content.module \PRIVATE_AUTOMATIC
- 8 private_content.module \PRIVATE_AUTOMATIC
- 6 private.module \PRIVATE_AUTOMATIC
- 7 private.module \PRIVATE_AUTOMATIC
1 use of PRIVATE_AUTOMATIC
- private_get_default in ./
private.module - Apply default private settings to node based on the content type.
File
- ./
private.module, line 20 - 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_AUTOMATIC', 2);