You are here

function tac_lite_update_1 in Taxonomy Access Control Lite 5

Same name and namespace in other branches
  1. 6 tac_lite.install \tac_lite_update_1()
  2. 7 tac_lite.install \tac_lite_update_1()

Ensure that tac_lite hooks are invoked after taxonomy module hooks.

File

./tac_lite.install, line 18

Code

function tac_lite_update_1() {
  $ret[] = update_sql("UPDATE {system} SET weight = 9 WHERE name = 'tac_lite'");
  return $ret;
}