function regcode_install in Registration codes 6
Same name and namespace in other branches
- 5.3 regcode.install \regcode_install()
- 6.2 regcode.install \regcode_install()
- 7.2 regcode.install \regcode_install()
- 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');
}