You are here

function sf_prematch_install in Salesforce Suite 6.2

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

Implementation of hook_install().

File

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

Code

function sf_prematch_install() {
  drupal_install_schema('sf_prematch');
}