You are here

function gmap_getdirections_uninstall in Get Directions 6

Implementation of hook_uninstall().

File

./getdirections.install, line 12
getdirections module installation.

Code

function gmap_getdirections_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'getdirections_%%'");
}