You are here

function getlocations_map_enable in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_map/getlocations_map.install \getlocations_map_enable()

Implements hook_enable().

File

modules/getlocations_map/getlocations_map.install, line 23
getlocations_map.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_map_enable() {
  drupal_set_message(st('Thank you for installing Getlocations Map.'), 'status');
}