You are here

function apachesolr_stats_enable in Apache Solr Statistics 6

Same name and namespace in other branches
  1. 6.3 apachesolr_stats.install \apachesolr_stats_enable()
  2. 7 apachesolr_stats.install \apachesolr_stats_enable()

Implementation of hook_enable().

File

./apachesolr_stats.install, line 29

Code

function apachesolr_stats_enable() {
  drupal_set_message(t("Apache Solr Statistics module enabled. Enable logging and other settings at the !link", array(
    '!link' => l('module configuration page', 'admin/settings/apachesolr/stats'),
  )));
}