You are here

function download_count_enable in Download Count 6.2

Implementation of hook_enable()

File

./download_count.install, line 11
Installation code for the download_count module.

Code

function download_count_enable() {
  drupal_set_message($message = t('Download_count was successfully enabled. Remember to set view access control as desired if enabling any of the module provided views.'), $type = 'status');
}