You are here

getlocations_blocks.install in Get Locations 7

Same filename and directory in other branches
  1. 7.2 modules/getlocations_blocks/getlocations_blocks.install

getlocations_blocks.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

getlocations_blocks module installation.

File

modules/getlocations_blocks/getlocations_blocks.install
View source
<?php

/**
 * @file
 * getlocations_blocks.install
 * @author Bob Hutchinson http://drupal.org/user/52366
 * @copyright GNU GPL
 *
 * getlocations_blocks module installation.
 */

/**
 * Implements hook_uninstall().
 */
function getlocations_blocks_uninstall() {
  variable_del('getlocations_blocks');
}

Functions