You are here

function openatrium_update_7003 in Open Atrium 7.2

Enable oa_buttons.

File

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

Code

function openatrium_update_7003() {
  $enable = array(
    'oa_buttons',
  );
  module_enable($enable);
}