You are here

oa_teams.install in Open Atrium Core 7.2

Install and update functionality..

File

modules/oa_teams/oa_teams.install
View source
<?php

/**
 * @file
 * Install and update functionality..
 */

/**
* Implements hook_install().
*/
function oa_teams_install() {

  // disable comments on Teams by default
  variable_set('comment_oa_team', 0);
}

Functions

Namesort descending Description
oa_teams_install Implements hook_install().