You are here

function getlocations_uninstall in Get Locations 6.2

Same name and namespace in other branches
  1. 6 getlocations.install \getlocations_uninstall()
  2. 7.2 getlocations.install \getlocations_uninstall()
  3. 7 getlocations.install \getlocations_uninstall()

Implementation of hook_uninstall().

File

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

Code

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