You are here

function pcp_uninstall in Profile Complete Percent 7

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

Implements hook_uninstall().

File

./pcp.install, line 11
Install file for the pcp module.

Code

function pcp_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'pcp_%%'");
}