Contributions API

Calling all Drupal developers!

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

Modules in 6

CACHE_DISABLED

Definition

6/includes/bootstrap.inc

Description

Indicates that page caching is disabled.

Code

<?php
define('CACHE_DISABLED', 0);
?>