constant PROFILE_PRIVATE

Private field, content only available to privileged users.

4 uses of PROFILE_PRIVATE
profile_browse in drupal/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
profile_user_view in drupal/modules/profile/profile.module
Implements hook_user_view().
profile_view_field in drupal/modules/profile/profile.module
_profile_form_explanation in drupal/modules/profile/profile.module

File

drupal/modules/profile/profile.module, line 11
Support for configurable user profiles.

Code

define('PROFILE_PRIVATE', 1);