function node_limit_install in Node Limit 6
Implementation of hook_install().
File
- ./
node_limit.install, line 13 - Installation functions for module node_limit.
Code
function node_limit_install() {
drupal_install_schema('node_limit');
}
Implementation of hook_install().
function node_limit_install() {
drupal_install_schema('node_limit');
}