function wordstream_uninstall in WordStream Keyword Tools 6
Same name and namespace in other branches
- 7 wordstream.install \wordstream_uninstall()
Implementation of hook_uninstall().
File
- ./
wordstream.install, line 21 - Install file.
Code
function wordstream_uninstall() {
drupal_uninstall_schema('wordstream');
drupal_set_message(t('WordStream has been uninstalled.'));
}