You are here

rh_taxonomy.install in Rabbit Hole 7.2

Update instructions for Rabbit Hole taxonomy terms.

File

modules/rh_taxonomy/rh_taxonomy.install
View source
<?php

/**
 * @file
 * Update instructions for Rabbit Hole taxonomy terms.
 */

/**
 * Change the weight of Rabbit Hole taxonomy terms to 999.
 */
function rh_taxonomy_update_7001() {
  db_query("UPDATE {system} SET weight = 999 WHERE name = 'rh_taxonomy'");
}

Functions

Namesort descending Description
rh_taxonomy_update_7001 Change the weight of Rabbit Hole taxonomy terms to 999.