You are here

function geoip_language_uninstall in GeoIP API 7

Same name and namespace in other branches
  1. 6 geoip_language/geoip_language.install \geoip_language_uninstall()

Implementation of hook_uninstall().

File

geoip_language/geoip_language.install, line 49
file_description

Code

function geoip_language_uninstall() {
  drupal_uninstall_schema('geoip_language');
}