getlocations.install in Get Locations 6
Same filename and directory in other branches
getlocations module installation.
File
getlocations.installView source
<?php
/**
* @file
* getlocations module installation.
*/
/**
* Implementation of hook_uninstall().
*/
function getlocations_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'getlocations_%'");
}
Functions
Name | Description |
---|---|
getlocations_uninstall | Implementation of hook_uninstall(). |