function node_authlink_install in Node authorize link 7
Same name and namespace in other branches
- 8 node_authlink.install \node_authlink_install()
Implements hook_install().
File
- ./node_authlink.install, line 40 
- Installation and update of the node_authlink module.
Code
function node_authlink_install() {
  drupal_set_message(t('To setup Node authorize link module go to Structure → Content types → edit → Node authorize link.'));
}