function pcp_install in Profile Complete Percent 6
Same name and namespace in other branches
- 5 pcp.install \pcp_install()
- 6.2 pcp.install \pcp_install()
Implementation of hook_install().
File
- ./
pcp.install, line 12 - Install file for the profile.module
Code
function pcp_install() {
drupal_install_schema('pcp');
}