You are here

function regcode_og_uninstall in Registration codes 7.2

Same name and namespace in other branches
  1. 6.2 regcode_og/regcode_og.install \regcode_og_uninstall()
  2. 6 regcode_og/regcode_og.install \regcode_og_uninstall()
  3. 7 regcode_og/regcode_og.install \regcode_og_uninstall()

Implements hook_uninstall().

File

regcode_og/regcode_og.install, line 11
Install, update and uninstall functions for the regcode_og module.

Code

function regcode_og_uninstall() {
  variable_del('regcode_og_settings');
}