You are here

getlocations.install in Get Locations 6.2

Same filename and directory in other branches
  1. 6 getlocations.install
  2. 7.2 getlocations.install
  3. 7 getlocations.install

getlocations module installation.

File

getlocations.install
View source
<?php

/**
 * @file
 * getlocations module installation.
 */

/**
 * Implementation of hook_uninstall().
 */
function getlocations_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'getlocations_%'");
}

Functions

Namesort descending Description
getlocations_uninstall Implementation of hook_uninstall().