You are here

regcode_og.install in Registration codes 7

Install, update and uninstall functions for the regcode_og module.

File

regcode_og/regcode_og.install
View source
<?php

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

/**
 * Implements hook_uninstall().
 */
function regcode_og_uninstall() {
  variable_del('regcode_og_settings');
}

Functions

Namesort descending Description
regcode_og_uninstall Implements hook_uninstall().