nodehierarchyaccess.install in Node Hierarchy 5
Same filename and directory in other branches
File
nodehierarchyaccess/nodehierarchyaccess.installView 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
Name | Description |
---|---|
nodehierarchyaccess_install | Implementation of hook_install() |