You are here

function regcode_mailer_uninstall in Registration codes 6.2

Same name and namespace in other branches
  1. 6 regcode_mailer/regcode_mailer.install \regcode_mailer_uninstall()

Implementation of hook_uninstall().

File

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

Code

function regcode_mailer_uninstall() {
  drupal_uninstall_schema('regcode_mailer');
}