function coder_install in Coder 6.2
Same name and namespace in other branches
- 6 coder.install \coder_install()
@file Install, update and uninstall functions for the coder module.
File
- ./
coder.install, line 8 - Install, update and uninstall functions for the coder module.
Code
function coder_install() {
drupal_install_schema('coder');
}