You are here

function tmgmt_local_uninstall in Translation Management Tool 7

Implements hook_uninstall().

File

translators/tmgmt_local/tmgmt_local.install, line 264
Installation hooks for tmgmt_local module.

Code

function tmgmt_local_uninstall() {
  field_delete_field('tmgmt_translation_skills');
}