function system_module_install in Util 6.3
Same name and namespace in other branches
- 6 system_module.install \system_module_install()
- 6.2 system_module.install \system_module_install()
@file Customize System Modules fieldsets
File
- ./
system_module.install, line 8 - Customize System Modules fieldsets
Code
function system_module_install() {
drupal_install_schema('system_module');
}