You are here

function oa_home_update_7200 in Open Atrium Home 7.2

Enable oa_brand.

File

./oa_home.install, line 19
Provides functions that run on (un)install and update for oa_home.

Code

function oa_home_update_7200() {
  $enable = array(
    'oa_brand',
  );
  module_enable($enable);
}