You are here

function oa_core_update_7223 in Open Atrium Core 7.2

Enable sitemap and wizard apps

File

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

Code

function oa_core_update_7223() {
  module_enable(array(
    'oa_sitemap',
    'oa_wizard',
  ));
}