You are here

function rh_taxonomy_update_7001 in Rabbit Hole 7.2

Change the weight of Rabbit Hole taxonomy terms to 999.

File

modules/rh_taxonomy/rh_taxonomy.install, line 11
Update instructions for Rabbit Hole taxonomy terms.

Code

function rh_taxonomy_update_7001() {
  db_query("UPDATE {system} SET weight = 999 WHERE name = 'rh_taxonomy'");
}