You are here

function oa_sections_install in Open Atrium Core 7.2

Implements hook_install().

File

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

Code

function oa_sections_install() {

  // disable comments on Sections by default
  variable_set('comment_oa_section', 0);
}