function gmap_taxonomy_uninstall in GMap Module 6
Same name and namespace in other branches
- 5 gmap_taxonomy.install \gmap_taxonomy_uninstall()
- 6.2 gmap_taxonomy.install \gmap_taxonomy_uninstall()
Implementation of hook_uninstall().
File
- ./
gmap_taxonomy.install, line 18 - gmap_taxonomy install routines.
Code
function gmap_taxonomy_uninstall() {
drupal_uninstall_schema('gmap_taxonomy');
}