You are here

function autotag_update_6107 in Taxonomy Autotagger 6.2

Update the menu.

File

./autotag.install, line 84

Code

function autotag_update_6107() {
  return array(
    '#finished' => TRUE,
  );
}