function gmap_taxonomy_uninstall in GMap Module 5
Same name and namespace in other branches
- 6.2 gmap_taxonomy.install \gmap_taxonomy_uninstall()
- 6 gmap_taxonomy.install \gmap_taxonomy_uninstall()
Implementation of hook_uninstall().
File
- ./
gmap_taxonomy.install, line 31
Code
function gmap_taxonomy_uninstall() {
db_query('DROP TABLE {gmap_taxonomy_node}');
db_query('DROP TABLE {gmap_taxonomy_term}');
}