You are here

function weather_es_uninstall in Weather_es 6

Same name and namespace in other branches
  1. 5 weather_es.install \weather_es_uninstall()
  2. 6.3 weather_es.install \weather_es_uninstall()
  3. 6.2 weather_es.install \weather_es_uninstall()
  4. 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}");
}