You are here

function geolocation_install in Geolocation Field 6

@file Implementation of hook_install().

File

./geolocation.install, line 9
Implementation of hook_install().

Code

function geolocation_install() {
  drupal_load('module', 'content');
  content_notify('install', 'geolocation');
}