- drupal
Role ID for anonymous users; should match what's in the "role" table.
File
- includes/
bootstrap.inc, line 147 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_ANONYMOUS_RID', 1)
Login or register to post commentsRole ID for anonymous users; should match what's in the "role" table.
define('DRUPAL_ANONYMOUS_RID', 1)
Login or register to post comments