constant PROFILE_PRIVATE in Drupal 4
Same name and namespace in other branches
- 5 modules/profile/profile.module \PROFILE_PRIVATE
- 6 modules/profile/profile.module \PROFILE_PRIVATE
- 7 modules/profile/profile.module \PROFILE_PRIVATE
Flags to define the visibility of a profile field.
4 uses of PROFILE_PRIVATE
- profile_browse in modules/
profile.module - Menu callback; display a list of user information.
- profile_view_field in modules/
profile.module - profile_view_profile in modules/
profile.module - _profile_form_explanation in modules/
profile.module
File
- modules/
profile.module, line 11 - Support for configurable user profiles.
Code
define('PROFILE_PRIVATE', 1);