You are here

function getdirections_fields_enable in Get Directions 7.3

Implements hook_enable().

File

modules/getdirections_fields/getdirections_fields.install, line 20
getdirections_fields module installation.

Code

function getdirections_fields_enable() {
  drupal_set_message(st('Thank you for installing Getdirections Fields.'), 'status');
}