You are here

function pcp_install in Profile Complete Percent 5

Same name and namespace in other branches
  1. 6.2 pcp.install \pcp_install()
  2. 6 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');
}