function autotag_update_6102 in Taxonomy Autotagger 6.2
File
- ./
autotag.install, line 45
Code
function autotag_update_6102() {
variable_set('autotag_node_preview', variable_get('node_preview', 1));
variable_set('node_preview', 0);
return array(
'#finished' => TRUE,
);
}