You are here

function contribute_install in Contribute 6

Same name and namespace in other branches
  1. 8 contribute.install \contribute_install()

Implementation of hook_install().

File

./contribute.install, line 7

Code

function contribute_install() {

  // Use scheme API to create database table.
  drupal_install_schema('contribute');
}