You are here

function commons_trusted_contacts_install in Drupal Commons 7.3

Implements hook_install().

File

modules/commons/commons_trusted_contacts/commons_trusted_contacts.install, line 45

Code

function commons_trusted_contacts_install() {

  // Do not inform the user about new messages on login.
  variable_set('privatemsg_display_loginmessage', FALSE);
}