You are here

function oa_core_update_7220 in Open Atrium Core 7.2

Enable oa_toolbar, radix_layouts, bootstrap_library

File

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

Code

function oa_core_update_7220() {
  module_enable(array(
    'oa_toolbar',
    'radix_layouts',
    'bootstrap_library',
  ));
}