You are here

function prlp_uninstall in Password Reset Landing Page (PRLP) 6

Same name and namespace in other branches
  1. 7 prlp.install \prlp_uninstall()

Implements hook_uninstall().

File

./prlp.install, line 11
Password Reset Landing Page installation/uninstallation.

Code

function prlp_uninstall() {
  module_load_include('inc', 'prlp', 'prlp.admin');
  prlp_delete_config_variables();
}