You are here

function sf_prematch_install in Salesforce Suite 7

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

Code

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