function pcp_uninstall in Profile Complete Percent 6
Same name and namespace in other branches
- 5 pcp.install \pcp_uninstall()
- 6.2 pcp.install \pcp_uninstall()
- 7 pcp.install \pcp_uninstall()
File
- ./
pcp.install, line 28 - Install file for the profile.module
Code
function pcp_uninstall() {
drupal_uninstall_schema('pcp');
}