You are here

function oa_teams_install in Open Atrium Core 7.2

Implements hook_install().

File

modules/oa_teams/oa_teams.install, line 11
Install and update functionality..

Code

function oa_teams_install() {

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