You are here

getlocations.install in Get Locations 6

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().