function amazon_versions_uninstall in Amazon Product Advertisement API 6
Implementation of hook_uninstall().
File
- amazon_versions/
amazon_versions.install, line 18 - Install, update and uninstall functions for Amazon Versions module.
Code
function amazon_versions_uninstall() {
db_query("DROP TABLE {amazon_versions}");
}