function autotag_update_6105 in Taxonomy Autotagger 6.2
File
- ./
autotag.install, line 68
Code
function autotag_update_6105() {
// 6103 has failed due to code in the nexus.install file which didn't mention
// the image module.
variable_set('autotag_broken_node_types', array_unique(array_merge(variable_get('autotag_broken_node_types', array()), array(
'biblio',
'image',
'webform',
))));
return array(
'#finished' => TRUE,
);
}