You are here

function oa_core_update_7204 in Open Atrium Core 7.2

Enable OA Appearance

File

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

Code

function oa_core_update_7204() {
  module_enable(array(
    'oa_appearance',
  ));
}