Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

CACHE_NORMAL

Definition

6/includes/bootstrap.inc

Description

Indicates that page caching is enabled, using "normal" mode.

Code

<?php
define('CACHE_NORMAL', 1);
?>