function weather_es_uninstall in Weather_es 6.3
Same name and namespace in other branches
- 5 weather_es.install \weather_es_uninstall()
- 6 weather_es.install \weather_es_uninstall()
- 6.2 weather_es.install \weather_es_uninstall()
- 7 weather_es.install \weather_es_uninstall()
File
- ./
weather_es.install, line 80
Code
function weather_es_uninstall() {
drupal_uninstall_schema('weather_es');
}