You are here

function oa_layouts_install in Open Atrium Core 7.2

Implements hook_install().

File

modules/oa_layouts/oa_layouts.install, line 10
Code for install of Open Atrium Layouts feature.

Code

function oa_layouts_install() {
  oa_layouts_add_variables();
}