regcode.install in Registration codes 5
Same filename and directory in other branches
File
regcode.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function regcode_uninstall() {
variable_del('regcode_codes');
}
Functions
Name | Description |
---|---|
regcode_uninstall | Implementation of hook_uninstall(). |