You are here

function sf_prematch_uninstall in Salesforce Suite 6.2

Same name and namespace in other branches
  1. 7 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 19
Installs tables needed for sf_prematch module.

Code

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