You are here

function purl_uninstall in Persistent URL 7

Same name and namespace in other branches
  1. 6 purl.install \purl_uninstall()

Implements hook_uninstall().

File

./purl.install, line 22
Install, update and uninstall functions for the purl module.

Code

function purl_uninstall() {

  // should we delete this variable here??
  variable_del('purl_method_pair_key');
}