From eb5e171cb659107b4ffc65f01e204568b7c740c4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Dec 2006 12:00:07 +0000 Subject: - Patch #102612 by webchick: document constants. --- includes/bootstrap.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 83979afd9..ea6f6e4f9 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -60,8 +60,14 @@ define('DRUPAL_BOOTSTRAP_PATH', 6); */ define('DRUPAL_BOOTSTRAP_FULL', 7); -// These values should match the 'role' table +/** + * Role ID for anonymous users; should match what's in the "role" table. + */ define('DRUPAL_ANONYMOUS_RID', 1); + +/** + * Role ID for authenticated users; should match what's in the "role" table. + */ define('DRUPAL_AUTHENTICATED_RID', 2); /** -- cgit v1.2.3