You are here

nodehierarchyaccess.install in Node Hierarchy 6.2

File

nodehierarchyaccess/nodehierarchyaccess.install
View source
<?php

/**
 * Implementation of hook_install()
 */
function nodehierarchyaccess_install() {

  // set the weight so that the modules loads later than nodeaccess
  db_query("UPDATE {system} SET weight = 1 WHERE name = 'nodehierarchyaccess'");
}

Functions

Namesort descending Description
nodehierarchyaccess_install Implementation of hook_install()