You are here

function abt_enable in Access By Term 7

Implements hook_enable().

File

./abt.install, line 23
abt.install Install, update and uninstall functions for the ABT module.

Code

function abt_enable() {
  drupal_set_message('Access by Term enabled. Do not forget to <a href="people/permissions">set the permissions</a>.');
}