function getlocations_cloudmade_uninstall in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_cloudmade/getlocations_cloudmade.install \getlocations_cloudmade_uninstall()
Implements hook_uninstall().
File
- modules/
getlocations_cloudmade/ getlocations_cloudmade.install, line 17 - getlocations_cloudmade.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_cloudmade_uninstall() {
$query = db_delete('variable')
->condition('name', 'getlocations_leaflet_cloudmade', 'LIKE')
->execute();
}