You are here

function shouts_install in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 modules/shouts/shouts.install \shouts_install()

Implementation of hook_install().

File

modules/shouts/shouts.install, line 12
shouts.install Installation file for shouts module

Code

function shouts_install() {
  drupal_install_schema('shouts');
}