function geoip_language_uninstall in GeoIP API 6
Same name and namespace in other branches
- 7 geoip_language/geoip_language.install \geoip_language_uninstall()
Implementation of hook_uninstall().
File
- geoip_language/
geoip_language.install, line 47 - file_description
Code
function geoip_language_uninstall() {
drupal_uninstall_schema('geoip_language');
}