You are here

function oa_core_update_7226 in Open Atrium Core 7.2

Enable features_template, references_dialog, oa_files and oa_related, select2widget modules

File

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

Code

function oa_core_update_7226() {
  module_enable(array(
    'features_template',
    'references_dialog',
    'oa_files',
    'oa_related',
    'select2widget',
  ));
}