You are here

function quotes_install in Quotes 6

Same name and namespace in other branches
  1. 5 quotes.install \quotes_install()
  2. 7 quotes.install \quotes_install()

Implementation of hook_install().

File

./quotes.install, line 225
Handles installation and updates for the quotes module.

Code

function quotes_install() {
  drupal_install_schema('quotes');
}