You are here

getdirections.install in Get Directions 6

getdirections module installation.

File

getdirections.install
View source
<?php

// $Name$

/**
 * @file
 * getdirections module installation.
 */

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

Functions

Namesort descending Description
gmap_getdirections_uninstall Implementation of hook_uninstall().