You are here

function oa_core_update_7214 in Open Atrium Core 7.2

Enable trash_flag, oa_archive.

File

./oa_core.install, line 142
Provides update and install hooks to oa_core.

Code

function oa_core_update_7214() {
  module_enable(array(
    'trash_flag',
    'oa_archive',
  ));
}