function apachesolr_stats_enable in Apache Solr Statistics 7
Same name and namespace in other branches
- 6.3 apachesolr_stats.install \apachesolr_stats_enable()
 - 6 apachesolr_stats.install \apachesolr_stats_enable()
 
Implements hook_enable().
File
- ./
apachesolr_stats.install, line 31  - Install, update and uninstall functions for the apachesolr_stats module.
 
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/config/apachesolr/stats'),
  )));
}