You are here

function geolocation_enable in Geolocation Field 6

Implementation of hook_enable().

Notify content module when this module is enabled.

File

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

Code

function geolocation_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'geolocation');
}