You are here

function hs_taxonomy_update_1 in Hierarchical Select 6.3

File

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

Code

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