function regcode_uninstall in Registration codes 5
Same name and namespace in other branches
- 5.3 regcode.install \regcode_uninstall()
- 6.2 regcode.install \regcode_uninstall()
- 6 regcode.install \regcode_uninstall()
- 7.2 regcode.install \regcode_uninstall()
- 7 regcode.install \regcode_uninstall()
Implementation of hook_uninstall().
File
- ./
regcode.install, line 6
Code
function regcode_uninstall() {
variable_del('regcode_codes');
}