You are here

function regcode_og_uninstall in Registration codes 6.2

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