function tmgmt_update_7007 in Translation Management Tool 7
Removing the tmgmt_auto_accept variable.
File
- ./
tmgmt.install, line 679 - Installation hooks for the Translation Management module.
Code
function tmgmt_update_7007() {
variable_del('tmgmt_auto_accept');
}