You are here

function regcode_uninstall in Registration codes 6

Same name and namespace in other branches
  1. 5.3 regcode.install \regcode_uninstall()
  2. 5 regcode.install \regcode_uninstall()
  3. 6.2 regcode.install \regcode_uninstall()
  4. 7.2 regcode.install \regcode_uninstall()
  5. 7 regcode.install \regcode_uninstall()

Implementation of hook_uninstall().

File

./regcode.install, line 13
Install, uninstall and scheme functions for the regcode module.

Code

function regcode_uninstall() {
  drupal_uninstall_schema('regcode');
}