function weather_es_uninstall in Weather_es 6
Same name and namespace in other branches
- 5 weather_es.install \weather_es_uninstall()
- 6.3 weather_es.install \weather_es_uninstall()
- 6.2 weather_es.install \weather_es_uninstall()
- 7 weather_es.install \weather_es_uninstall()
Implementation of hook_uninstall().
File
- ./
weather_es.install, line 100 - Non-displayable characters.
Code
function weather_es_uninstall() {
db_query("DROP TABLE {weather_es_config}");
db_query("DROP TABLE {weather_es_data}");
db_query("DROP TABLE {weather_es_aemet}");
}