You are here

function nodejs_notify_install in Node.js integration 7

Same name and namespace in other branches
  1. 6 nodejs_notify/nodejs_notify.install \nodejs_notify_install()

Implements hook_install().

File

nodejs_notify/nodejs_notify.install, line 11
Install, update and uninstall functions for the nodejs notify module.

Code

function nodejs_notify_install() {
  variable_set('nodejs_notify_notification_lifetime_seconds', 3);
}