You are here

function sf_prematch_uninstall in Salesforce Suite 7

Same name and namespace in other branches
  1. 6.2 sf_prematch/sf_prematch.install \sf_prematch_uninstall()
  2. 7.2 sf_prematch/sf_prematch.install \sf_prematch_uninstall()

Implementation of hook_uninstall().

File

sf_prematch/sf_prematch.install, line 18
Installs tables needed for sf_prematch module.

Code

function sf_prematch_uninstall() {
  drupal_uninstall_schema('sf_prematch');
}