You are here

function getdirections_uninstall in Get Directions 6.2

Same name and namespace in other branches
  1. 7.3 getdirections.install \getdirections_uninstall()
  2. 7.2 getdirections.install \getdirections_uninstall()

Implementation of hook_uninstall().

File

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

Code

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