You are here

function openatrium_update_7004 in Open Atrium 7.2

Enable trash_flag.

File

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

Code

function openatrium_update_7004() {
  $enable = array(
    'trash_flag',
  );
  module_enable($enable);
}