function feeds_oauth_uninstall in Feeds OAuth 6
Implementation of hook_uninstall().
File
- ./
feeds_oauth.install, line 54
Code
function feeds_oauth_uninstall() {
// Remove tables.
drupal_uninstall_schema('feeds_oauth');
}
Implementation of hook_uninstall().
function feeds_oauth_uninstall() {
// Remove tables.
drupal_uninstall_schema('feeds_oauth');
}