function regcode_og_install in Registration codes 6
Same name and namespace in other branches
- 6.2 regcode_og/regcode_og.install \regcode_og_install()
Implementation of hook_install()
File
- regcode_og/
regcode_og.install, line 14
Code
function regcode_og_install() {
drupal_install_schema('regcode_og');
}