You are here

constant PROFILE_PRIVATE in Drupal 6

Same name and namespace in other branches
  1. 4 modules/profile.module \PROFILE_PRIVATE
  2. 5 modules/profile/profile.module \PROFILE_PRIVATE
  3. 7 modules/profile/profile.module \PROFILE_PRIVATE

Private field, content only available to privileged users.

4 uses of PROFILE_PRIVATE
profile_browse in modules/profile/profile.pages.inc
Menu callback; display a list of user information.
profile_view_field in modules/profile/profile.module
profile_view_profile in modules/profile/profile.module
_profile_form_explanation in modules/profile/profile.module

File

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

Code

define('PROFILE_PRIVATE', 1);