constant CACHE_NORMAL in Drupal 6
Same name and namespace in other branches
- 5 includes/bootstrap.inc \CACHE_NORMAL
Indicates that page caching is enabled, using "normal" mode.
File
- includes/
bootstrap.inc, line 27 - Functions that need to be loaded on every Drupal request.
Code
define('CACHE_NORMAL', 1);