You are here

function votingapi_install in Voting API 6.2

Same name and namespace in other branches
  1. 5 votingapi.install \votingapi_install()
  2. 6 votingapi.install \votingapi_install()

File

./votingapi.install, line 52
Installation file for VotingAPI module.

Code

function votingapi_install() {
  drupal_install_schema('votingapi');
}