constant PROFILE_PUBLIC

  1. 7.x drupal-7.x/modules/profile/profile.module PROFILE_PUBLIC
  2. 6.x drupal-6.x/modules/profile/profile.module PROFILE_PUBLIC

Public field, content shown on profile page but not used on member list pages.

2 uses of PROFILE_PUBLIC
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().
profile_field_form in drupal-6.x/modules/profile/profile.admin.inc
Menu callback: Generate a form to add/edit a user profile field.

File

drupal-6.x/modules/profile/profile.module, line 16
Support for configurable user profiles.

Code

define('PROFILE_PUBLIC', 2)