You are here

function sms_devel_uninstall in SMS Framework 6

Same name and namespace in other branches
  1. 6.2 modules/sms_devel/sms_devel.install \sms_devel_uninstall()
  2. 7 modules/sms_devel/sms_devel.install \sms_devel_uninstall()

Implement hook_uninstall()

File

modules/sms_devel/sms_devel.install, line 26
SMS Development feature module: Install file

Code

function sms_devel_uninstall() {
  drupal_uninstall_schema('sms_devel');
}