You are here

function hs_taxonomy_update_6002 in Hierarchical Select 6.3

File

modules/hs_taxonomy.install, line 73
Install file for the Hierarchical Select Taxonomy module.

Code

function hs_taxonomy_update_6002() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = -1 WHERE name = 'hs_taxonomy'");
  return $ret;
}