You are here

function regcode_install in Registration codes 7

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

Implements hook_install().

File

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

Code

function regcode_install() {
  _regcode_install_vocabulary();
}