You are here

reg_confirm_email.install in Registration Confirm Email Address 7

Install, update and uninstall functions for the reg_confirm_email module.

File

reg_confirm_email.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the reg_confirm_email module.
 */

/**
 * Implements hook_uninstall().
 */
function reg_confirm_email_uninstall() {
  variable_del('reg_confirm_email_option');
}

Functions

Namesort descending Description
reg_confirm_email_uninstall Implements hook_uninstall().