You are here

function oa_core_form_file_entity_settings_form_alter in Open Atrium Core 7.2

Implements hook_form_FORM_ID_alter().

File

./oa_core.module, line 2235

Code

function oa_core_form_file_entity_settings_form_alter(&$form, &$form_state) {
  $form['#submit'][] = 'oa_core_file_entity_settings_form_submit';
}