You are here

function openatrium_update_7009 in Open Atrium 7.2

Enable oa_export.

File

./openatrium.install, line 313
Perform actions to set up the site for this profile.

Code

function openatrium_update_7009() {
  $enable = array(
    'oa_export',
  );
  module_enable($enable);
}