You are here

function apdqc_enable in Asynchronous Prefetch Database Query Cache 7

Implements hook_enable().

File

./apdqc.install, line 11
Handles APDQC installation and status checks.

Code

function apdqc_enable() {

  // Disabled due to metadata locking issues.
  drupal_set_message(t('Be sure to go to the <a href="@url">status report page</a> and fix any issues under APDQC</a>', array(
    '@url' => url('admin/reports/status'),
  )));
}