function wordstream_uninstall in WordStream Keyword Tools 7
Same name and namespace in other branches
- 6 wordstream.install \wordstream_uninstall()
Implements hook_uninstall(). ().
File
- ./
wordstream.install, line 27 - Install file.
Code
function wordstream_uninstall() {
// TODO The drupal_(un)install_schema functions are called automatically in D7.
// drupal_uninstall_schema('wordstream')
drupal_set_message(t('WordStream has been uninstalled.'));
}