You are here

function pcp_uninstall in Profile Complete Percent 5

Same name and namespace in other branches
  1. 6.2 pcp.install \pcp_uninstall()
  2. 6 pcp.install \pcp_uninstall()
  3. 7 pcp.install \pcp_uninstall()

File

./pcp.install, line 28
Install file for the profile.module

Code

function pcp_uninstall() {
  drupal_uninstall_schema('pcp');
}