BLOCK_CACHE_GLOBAL

Definition

files/drupal-6.7/modules/block/block.module

Description

The block is the same for every user on every page where it is visible.

Code

<?php
define('BLOCK_CACHE_GLOBAL', 0x0008);
?>