function protected_node_install in Protected Node 6
Same name and namespace in other branches
- 5 protected_node.install \protected_node_install()
- 7 protected_node.install \protected_node_install()
- 1.0.x protected_node.install \protected_node_install()
Implementation of hook_install().
File
- ./
protected_node.install, line 151
Code
function protected_node_install() {
drupal_install_schema('protected_node');
db_query("UPDATE {system} SET weight = 80 WHERE name = 'protected_node' AND type = 'module'");
}