You are here

function autotag_update_6106 in Taxonomy Autotagger 6.2

File

./autotag.install, line 75

Code

function autotag_update_6106() {

  // Set weight as 10 (more than fieldgroup and taxonomy).
  $result[] = db_query("UPDATE {system} SET weight=10 WHERE name='autotag'");
  return array(
    '#finished' => TRUE,
  );
}