You are here

function oa_search_strongarm_alter in Open Atrium Search 7.2

Implements hook_strongarm_alter().

File

./oa_search.features.inc, line 97
oa_search.features.inc

Code

function oa_search_strongarm_alter(&$data) {
  if (isset($data['search_active_modules'])) {
    $data['search_active_modules']->value['file_entity'] = 0;

    /* WAS: '' */
    $data['search_active_modules']->value['user'] = 'user';

    /* WAS: 0 */
  }
}