diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 79f69fadd..111e4507c 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -21,6 +21,10 @@ define('DRUPAL_BOOTSTRAP_SESSION', 1); define('DRUPAL_BOOTSTRAP_PAGE_CACHE', 2); define('DRUPAL_BOOTSTRAP_FULL', 3); +// these values should match the'role' table +define('DRUPAL_ANONYMOUS_RID', 1); +define('DRUPAL_AUTHENTICATED_RID', 2); + /** * Start the timer with the specified name. If you start and stop * the same timer multiple times, the measured intervals will be |