function regcode_og_uninstall in Registration codes 6
Same name and namespace in other branches
- 6.2 regcode_og/regcode_og.install \regcode_og_uninstall()
- 7.2 regcode_og/regcode_og.install \regcode_og_uninstall()
- 7 regcode_og/regcode_og.install \regcode_og_uninstall()
Implementation of hook_uninstall()
File
- regcode_og/
regcode_og.install, line 6
Code
function regcode_og_uninstall() {
drupal_uninstall_schema('regcode_og');
}