You are here

function hacked_install in Hacked! 6.2

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

Implementation of hook_install().

File

./hacked.install, line 10
Install functions for the Hacked! module.

Code

function hacked_install() {
  drupal_install_schema('hacked');
}