You are here

function regcode_install in Registration codes 6

Same name and namespace in other branches
  1. 5.3 regcode.install \regcode_install()
  2. 6.2 regcode.install \regcode_install()
  3. 7.2 regcode.install \regcode_install()
  4. 7 regcode.install \regcode_install()

Implementation of hook_install().

File

./regcode.install, line 21
Install, uninstall and scheme functions for the regcode module.

Code

function regcode_install() {
  drupal_install_schema('regcode');
}