You are here

regcode.install in Registration codes 5

File

regcode.install
View source
<?php

/**
 * Implementation of hook_uninstall().
 */
function regcode_uninstall() {
  variable_del('regcode_codes');
}

Functions

Namesort descending Description
regcode_uninstall Implementation of hook_uninstall().