You are here

function sf_prematch_uninstall in Salesforce Suite 7.2

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

Implements hook_uninstall().

File

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

Code

function sf_prematch_uninstall() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_uninstall_schema('sf_prematch')
}