You are here

constant DRUPAL_ANONYMOUS_RID in Drupal 4

Same name and namespace in other branches
  1. 8 core/includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
  2. 5 includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
  3. 6 includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
  4. 7 includes/bootstrap.inc \DRUPAL_ANONYMOUS_RID
4 uses of DRUPAL_ANONYMOUS_RID
system_update_171 in database/updates.inc
theme_user_admin_new_role in modules/user.module
user_roles in modules/user.module
Retrieve an array of roles matching specified conditions.
user_save in modules/user.module
Save changes to a user account or add a new user.

File

includes/bootstrap.inc, line 25
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_ANONYMOUS_RID', 1);