You are here

function sms_devel_uninstall in SMS Framework 7

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

Implements hook_uninstall().

File

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

Code

function sms_devel_uninstall() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_uninstall_schema('sms_devel')
}