regcode_og.install in Registration codes 7
Same filename and directory in other branches
Install, update and uninstall functions for the regcode_og module.
File
regcode_og/regcode_og.installView 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
| Name   | Description | 
|---|---|
| regcode_og_uninstall | Implements hook_uninstall(). | 
