function regcode_og_uninstall in Registration codes 7
Same name and namespace in other branches
- 6.2 regcode_og/regcode_og.install \regcode_og_uninstall()
- 6 regcode_og/regcode_og.install \regcode_og_uninstall()
- 7.2 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');
}