function apachesolr_stats_enable in Apache Solr Statistics 6.3
Same name and namespace in other branches
- 6 apachesolr_stats.install \apachesolr_stats_enable()
- 7 apachesolr_stats.install \apachesolr_stats_enable()
Implementation of hook_enable().
File
- ./
apachesolr_stats.install, line 33 - 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/settings/apachesolr/stats'),
)));
}